about summary refs log tree commit diff
path: root/src/test/ui/attributes/doc-attr.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-25/+0
2021-03-14Tweak diagnosticsCamelid-3/+3
- Tweak lint message - Display multi-segment paths correctly
2021-03-13Add another test caseCamelid-0/+5
2021-03-13Report error for each invalid nested attributeCamelid-0/+2
2021-03-13Lint non-meta doc attributesCamelid-0/+8
E.g., `#[doc(123)]`.
2021-03-04Also use INVALID_DOC_ATTRIBUTE for "unknown doc attribute" warningsGuillaume Gomez-4/+3
2021-03-03Change error about unknown doc attributes to a warningJoshua Nelson-2/+8
This prevents breakage across the ecosystem, since the error was just introduced recently without first having a warning period.
2021-03-01Add tests for doc attribute checkGuillaume Gomez-0/+5