rust/src/test/ui/marker_trait_attr
Scott McMurray d5b562d4fc Improve error checking and reporting
- Check for valid attributes more reliably
- Don't bloat the error index for boring errors
- Do use real error codes for the interesting ones
2018-09-19 22:31:30 -07:00
..
marker-attribute-on-non-trait.rs Improve error checking and reporting 2018-09-19 22:31:30 -07:00
marker-attribute-on-non-trait.stderr Improve error checking and reporting 2018-09-19 22:31:30 -07:00
marker-attribute-with-values.rs Improve error checking and reporting 2018-09-19 22:31:30 -07:00
marker-attribute-with-values.stderr Improve error checking and reporting 2018-09-19 22:31:30 -07:00
marker-trait-with-associated-items.rs Enforce that #[marker] traits cannot have associated items 2018-09-19 22:31:30 -07:00
marker-trait-with-associated-items.stderr Improve error checking and reporting 2018-09-19 22:31:30 -07:00
overlap-marker-trait.rs Require that marker impls are empty, but allow them to overlap 2018-09-19 22:31:30 -07:00
overlap-marker-trait.stderr Require that marker impls are empty, but allow them to overlap 2018-09-19 22:31:30 -07:00
override-item-on-marker-trait.rs Require that marker impls are empty, but allow them to overlap 2018-09-19 22:31:30 -07:00
override-item-on-marker-trait.stderr Require that marker impls are empty, but allow them to overlap 2018-09-19 22:31:30 -07:00