about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/deprecated-attrs.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-34/+0
2021-12-15rustdoc: remove `--passes` and `--no-defaults`Peter Jaszkowiak-14/+6
- flags no longer function, see #44136 - adjust tests to match new behavior - removed test issue-42875 (covered regression with --no-defaults) - moved input-format to removed flags - move all removed flags to bottom - note flag removal in command help - remove DefaultPassOption enum (now redundant with `show_coverage`)
2021-03-02Report that `doc(plugins)` doesn't work using diagnostics instead of `println!`Joshua Nelson-1/+10
This also adds a test for the output and fixes `rustc_attr` to properly know that `plugins` is a valid attribute.
2021-03-02Clean up error reporting for deprecated passesJoshua Nelson-5/+27
- Use spans for deprecated attributes - Use a proper diagnostic for unknown passes, instead of error logging - Add tests for unknown passes - Improve some wording in diagnostics
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+2
2020-02-09--bless --compare-mode=nllMatthias Prechtl-2/+2
2018-09-19add -Zui-testing to rustdocQuietMisdreavus-5/+5
2018-05-14drop unnecessary "warning" from warning textQuietMisdreavus-2/+2
2018-05-14add ui test for rustdoc's deprecated attributesQuietMisdreavus-0/+9