about summary refs log tree commit diff
path: root/src/test/ui/repr.stderr
AgeCommit message (Collapse)AuthorLines
2021-11-14Move some tests to more reasonable directoriesCaio-20/+0
2019-11-08Suggest `#[repr(C)]` instead of `#[repr(C, packed, ...)]`PotHix-3/+3
The code was previously suggesting `#[repr(C, packed, ...)]` for incorrect uses of `repr` (e.g. `#[repr = "C"]`). This change suggests the usage of `#[repr(C)]` instead. r? @estebank ref #61286
2019-05-25Reword malformed attribute input diagnosticsEsteban Küber-8/+8
- 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-16/+11
2018-12-25Remove licensesMark Rousskov-3/+3
2018-07-18Implement existential typesOliver Schneider-0/+25