about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/doc-attr.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-71/+0
2022-10-01bless rustdoc-uiMaybe Waffle-2/+2
2021-03-14Tweak diagnosticsCamelid-5/+5
- Tweak lint message - Display multi-segment paths correctly
2021-03-13Update `rustdoc-ui` versions of the `doc-attr` testCamelid-1/+46
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-05Make invalid_doc_attribute lint pluralGuillaume Gomez-1/+1
2021-03-04Also use INVALID_DOC_ATTRIBUTE for "unknown doc attribute" warningsGuillaume Gomez-4/+7
2021-03-03Change error about unknown doc attributes to a warningJoshua Nelson-2/+11
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/+14