rust/src/test/ui/marker_trait_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
..
marker-attribute-on-non-trait.rs Remove licenses 2018-12-25 21:08:33 -07:00
marker-attribute-on-non-trait.stderr Update tests 2019-03-11 23:10:26 +03:00
marker-attribute-with-values.rs Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
marker-attribute-with-values.stderr Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
marker-trait-with-associated-items.rs Remove licenses 2018-12-25 21:08:33 -07:00
marker-trait-with-associated-items.stderr Remove licenses 2018-12-25 21:08:33 -07:00
overlap-marker-trait.rs Remove licenses 2018-12-25 21:08:33 -07:00
overlap-marker-trait.stderr Update tests 2019-03-11 23:10:26 +03:00
override-item-on-marker-trait.rs Remove licenses 2018-12-25 21:08:33 -07:00
override-item-on-marker-trait.stderr Remove licenses 2018-12-25 21:08:33 -07:00