about summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0152.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-11Extend lang items to assert correct target.David Wood-1/+1
This commit extends the existing lang items functionality to assert that the `#[lang_item]` attribute is only found on the appropriate item for any given lang item. That is, language items representing traits must only ever have their corresponding attribute placed on a trait, for example.
2018-06-03implement #[panic_implementation]Jorge Aparicio-1/+1
2018-02-08Move some E0XXX to `ui`Esteban Küber-0/+17