about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/attribute.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-104/+0
2022-12-10Migrate parts of `rustc_expand` to session diagnosticsnils-4/+4
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.
2019-11-09move attr meta grammar to parse::validate_atr + ast_validationMazdak Farrokhzad-12/+12
2019-07-26Introduce built-in macros through libcoreVadim Petrochenkov-15/+9
2019-05-25Reword malformed attribute input diagnosticsEsteban Küber-21/+21
- Handle empty `cfg_attr` attribute - Reword empty `derive` attribute error - Use consistend error message: "malformed `attrname` attribute input" - Provide suggestions when possible - Move note/help to label/suggestion - Use consistent wording "ill-formed" -> "malformed" - Move diagnostic logic out of parser
2019-03-16syntax_ext: Validate `#[proc_macro_derive]` input betterVadim Petrochenkov-2/+14
Tweak some error wording
2019-03-16syntax: Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-1/+13
2019-03-16Add tests for malformed input in `#[proc_macro_derive]`Vadim Petrochenkov-25/+61
2019-01-13Address review commentsVadim Petrochenkov-2/+2
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-12/+12
2018-12-25Remove licensesMark Rousskov-8/+8
2018-12-09Move former compile-fail-fulldeps tests to uiVadim Petrochenkov-0/+50