about summary refs log tree commit diff
path: root/src/test/ui/stability-attribute/stability-attribute-sanity-4.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-29/+0
2022-03-09Permit `#[deprecated]` in stdlibJacob Pratt-4/+2
2022-03-03Bless test.Camille GILLOT-0/+2
2019-05-25Reword malformed attribute input diagnosticsEsteban Küber-6/+6
- 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-0/+29