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 /compiler/rustc_session | |
| parent | 33faf0169009edc978af31098710a44070da4657 (diff) | |
| download | rust-67cfe2cfbb3cdd6d34dd3fbfd3037a60d01fa154.tar.gz rust-67cfe2cfbb3cdd6d34dd3fbfd3037a60d01fa154.zip | |
Remove `-Zno-interleave-lints`.
Because it complicates lint implementation greatly.
Diffstat (limited to 'compiler/rustc_session')
| -rw-r--r-- | compiler/rustc_session/src/options.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_session/src/options.rs b/compiler/rustc_session/src/options.rs index f9ee202466f..01a9361e786 100644 --- a/compiler/rustc_session/src/options.rs +++ b/compiler/rustc_session/src/options.rs @@ -1414,8 +1414,6 @@ options! { "run all passes except codegen; no output"), no_generate_arange_section: bool = (false, parse_no_flag, [TRACKED], "omit DWARF address ranges that give faster lookups"), - no_interleave_lints: bool = (false, parse_no_flag, [UNTRACKED], - "execute lints separately; allows benchmarking individual lints"), no_leak_check: bool = (false, parse_no_flag, [UNTRACKED], "disable the 'leak check' for subtyping; unsound, but useful for tests"), no_link: bool = (false, parse_no_flag, [TRACKED], |
