about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/attr-invalid-exprs.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-32/+0
2022-12-10Migrate parts of `rustc_expand` to session diagnosticsnils-6/+10
This migrates everything but the `mbe` and `proc_macro` modules. It also contains a few cleanups and drive-by/accidental diagnostic improvements which can be seen in the diff for the UI tests.
2020-05-03Stabilize fn-like proc macros in expression, pattern and statement positionsVadim Petrochenkov-3/+3
2019-05-24Tweak macro parse errors when reaching EOF during macro call parseEsteban Küber-1/+1
- Add detail on origin of current parser when reaching EOF and stop saying "found <eof>" and point at the end of macro calls - Handle empty `cfg_attr` attribute - Reword empty `derive` attribute error
2018-12-25Remove licensesMark Rousskov-3/+3
2018-12-09Move former compile-fail-fulldeps tests to uiVadim Petrochenkov-0/+28