Limit the number of names and values in check-cfg diagnostics
This commit is contained in:
parent
1547c076bf
commit
9d9b26bca9
6 changed files with 93 additions and 48 deletions
|
@ -1565,6 +1565,8 @@ options! {
|
|||
"set options for branch target identification and pointer authentication on AArch64"),
|
||||
cf_protection: CFProtection = (CFProtection::None, parse_cfprotection, [TRACKED],
|
||||
"instrument control-flow architecture protection"),
|
||||
check_cfg_all_expected: bool = (false, parse_bool, [UNTRACKED],
|
||||
"show all expected values in check-cfg diagnostics (default: no)"),
|
||||
codegen_backend: Option<String> = (None, parse_opt_string, [TRACKED],
|
||||
"the backend to use"),
|
||||
collapse_macro_debuginfo: CollapseMacroDebuginfo = (CollapseMacroDebuginfo::Unspecified,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue