about summary refs log tree commit diff
path: root/src/test/ui/repr.rs
AgeCommit message (Collapse)AuthorLines
2021-11-14Move some tests to more reasonable directoriesCaio-13/+0
2019-05-25Reword malformed attribute input diagnosticsEsteban Küber-6/+3
- 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-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-5/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-18Implement existential typesOliver Schneider-0/+28