about summary refs log tree commit diff
path: root/src/test/ui/conditional-compilation/cfg-attr-syntax-validation.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-82/+0
2022-12-10Migrate parts of `rustc_expand` to session diagnosticsnils-1/+1
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.
2022-08-27use smaller span for suggestionsTakayuki Maeda-1/+3
2021-10-15Bless testsCameron Steffen-2/+2
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-2/+2
When there are multiple macros in use, it can be difficult to tell which one was responsible for producing an error.
2020-11-03Expand `NtExpr` tokens only in key-value attributesVadim Petrochenkov-1/+12
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+2
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-11Update testsVadim Petrochenkov-9/+9
2019-03-06Surround found token with `Esteban Küber-1/+1
2019-03-05On incorrect cfg literal/identifier, point at the right spanEsteban Küber-2/+2
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-4/+4
2018-10-23add expected error commentEsteban Kuber-1/+1
Co-Authored-By: csmoe <csmoe@msn.com>
2018-10-22optimize unsupported literal diag messagecsmoe-6/+12
2018-10-20update meta item checking testcsmoe-3/+4
2018-10-05Move conditional configuration related UI tests into their own directoryHavvy (Ryan Scheel)-0/+60