about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/display-output.stdout
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-43/+0
2022-06-19collapse dead code warnings into a single diagnosticTakayuki Maeda-1/+1
add comments in `store_dead_field_or_variant` support multiple log level add a item ident label fix ui tests fix a ui test fix a rustdoc ui test use let chain refactor: remove `store_dead_field_or_variant` fix a tiny bug
2022-03-25Bless rustdoc tests.Camille GILLOT-5/+0
2021-12-05Do not warn in rustdoc test.Camille GILLOT-13/+3
2021-11-26Remove `--display-doctest-warnings`Joshua Nelson-6/+40
This can be replicated in full with other existing features, there's no need to have a separate option for it. This also fixes a bug where `--test-args=--show-output` had no effect, and updates the documentation.
2021-09-14Add test for --display-doctest-warnings optionGuillaume Gomez-0/+24