diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-11-25 14:42:43 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-12-02 13:59:28 +1100 |
| commit | 67cfe2cfbb3cdd6d34dd3fbfd3037a60d01fa154 (patch) | |
| tree | c1d8acd9986ddbc51c58133703dcca07132aeca0 /src/test/rustdoc-ui | |
| parent | 33faf0169009edc978af31098710a44070da4657 (diff) | |
| download | rust-67cfe2cfbb3cdd6d34dd3fbfd3037a60d01fa154.tar.gz rust-67cfe2cfbb3cdd6d34dd3fbfd3037a60d01fa154.zip | |
Remove `-Zno-interleave-lints`.
Because it complicates lint implementation greatly.
Diffstat (limited to 'src/test/rustdoc-ui')
| -rw-r--r-- | src/test/rustdoc-ui/z-help.stdout | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/rustdoc-ui/z-help.stdout b/src/test/rustdoc-ui/z-help.stdout index 22e37821322..55154803098 100644 --- a/src/test/rustdoc-ui/z-help.stdout +++ b/src/test/rustdoc-ui/z-help.stdout @@ -90,7 +90,6 @@ -Z no-analysis=val -- parse and expand the source, but run no analysis -Z no-codegen=val -- run all passes except codegen; no output -Z no-generate-arange-section=val -- omit DWARF address ranges that give faster lookups - -Z no-interleave-lints=val -- execute lints separately; allows benchmarking individual lints -Z no-leak-check=val -- disable the 'leak check' for subtyping; unsound, but useful for tests -Z no-link=val -- compile without linking -Z no-parallel-llvm=val -- run LLVM in non-parallel mode (while keeping codegen-units and ThinLTO) |
