rust/src/test/ui/malformed
Esteban Küber 609ffa1a89 Reword malformed attribute input diagnostics
- 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-05-25 11:55:50 -07:00
..
malformed-derive-entry.rs Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
malformed-derive-entry.stderr Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
malformed-interpolated.rs Simplify conversions between tokens and semantic literals 2019-05-11 14:24:21 +03:00
malformed-interpolated.stderr Move literal parsing code into a separate file 2019-05-11 16:03:16 +03:00
malformed-plugin-1.rs Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
malformed-plugin-1.stderr Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
malformed-plugin-2.rs Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
malformed-plugin-2.stderr Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
malformed-plugin-3.rs Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
malformed-plugin-3.stderr Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
malformed-regressions.rs Implement basic input validation for built-in attributes 2019-01-13 14:17:19 +03:00
malformed-regressions.stderr Preallocate BUILTIN_ATTRIBUTES symbols and use a hash map instead of looping 2019-04-15 15:20:05 +02:00
malformed-special-attrs.rs Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
malformed-special-attrs.stderr Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
malformed-unwind-1.rs Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
malformed-unwind-1.stderr Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
malformed-unwind-2.rs Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
malformed-unwind-2.stderr Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00