Gate fmt args flattening behind -Zflatten-format-args.
This commit is contained in:
parent
1d59081bfd
commit
995e57b89e
3 changed files with 9 additions and 2 deletions
|
@ -744,6 +744,7 @@ fn test_unstable_options_tracking_hash() {
|
|||
tracked!(emit_thin_lto, false);
|
||||
tracked!(export_executable_symbols, true);
|
||||
tracked!(fewer_names, Some(true));
|
||||
tracked!(flatten_format_args, true);
|
||||
tracked!(force_unstable_if_unmarked, true);
|
||||
tracked!(fuel, Some(("abc".to_string(), 99)));
|
||||
tracked!(function_sections, Some(false));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue