about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-15347.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-5/+0
2021-12-15rustdoc: remove `--passes` and `--no-defaults`Peter Jaszkowiak-1/+1
- 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`)
2018-12-25Remove licensesMark Rousskov-10/+0
2017-10-17modify tests to use new flagsteveklabnik-1/+1
2016-03-06Split out rustdoc pass to strip private importsmitaa-1/+1
2015-04-07rustdoc: Add a test for fixed issue #15347Alex Crichton-0/+15
Closes #15347