about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/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-13Update `rustdoc-ui` versions of the `doc-attr` testCamelid-0/+15
It seems there are two copies of it: one in `src/test/ui/attributes/` and one in `src/test/rustdoc-ui/`. I'm guessing this is to test that the lint is emitted both when you run the compiler and when you run rustdoc.
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