rust/compiler/rustc_driver/src
Joshua Nelson 17da4e06f2 Fix bug in rustdoc -Whelp
Previously, this printed the debugging options, not the lint options,
and only handled `-Whelp`, not `-A/-D/-F`.

This also fixes a few other misc issues:
- Fix `// check-stdout` for UI tests; previously it only worked for run-fail and compile-fail tests
- Add lint headers for tool lints, not just builtin lints
- Remove duplicate run-make test
2022-07-02 02:11:49 -05:00
..
args.rs rustdoc: Support argument files 2021-02-19 02:32:45 +01:00
lib.rs Fix bug in rustdoc -Whelp 2022-07-02 02:11:49 -05:00
pretty.rs Remove the everybody loops pass 2022-03-03 18:23:09 +01:00