Add -Zno-implied-bounds-compat option and use it
This commit is contained in:
parent
d96003dd2a
commit
acab76573f
8 changed files with 37 additions and 16 deletions
|
@ -1724,6 +1724,8 @@ 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_implied_bounds_compat: bool = (false, parse_bool, [TRACKED],
|
||||
"disable the compatibility version of the `implied_bounds_ty` query"),
|
||||
no_jump_tables: bool = (false, parse_no_flag, [TRACKED],
|
||||
"disable the jump tables and lookup tables that can be generated from a switch case lowering"),
|
||||
no_leak_check: bool = (false, parse_no_flag, [UNTRACKED],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue