rust/src/libsyntax/attr
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
..
builtin.rs Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
mod.rs Tweak macro parse errors when reaching EOF during macro call parse 2019-05-24 11:49:33 -07:00