1
Fork 0

Limit the number of names and values in check-cfg diagnostics

This commit is contained in:
Urgau 2024-02-16 21:32:53 +01:00
parent 1547c076bf
commit 9d9b26bca9
6 changed files with 93 additions and 48 deletions

View file

@ -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,