Gate fmt args flattening behind -Zflatten-format-args.

This commit is contained in:
Mara Bos 2023-03-16 11:13:07 +01:00
parent 1d59081bfd
commit 995e57b89e
3 changed files with 9 additions and 2 deletions

View file

@ -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));