We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d8758 commit 2cd5ce0Copy full SHA for 2cd5ce0
compiler/rustc_interface/src/tests.rs
@@ -747,7 +747,7 @@ fn test_unstable_options_tracking_hash() {
747
tracked!(emit_thin_lto, false);
748
tracked!(export_executable_symbols, true);
749
tracked!(fewer_names, Some(true));
750
- tracked!(flatten_format_args, true);
+ tracked!(flatten_format_args, false);
751
tracked!(force_unstable_if_unmarked, true);
752
tracked!(fuel, Some(("abc".to_string(), 99)));
753
tracked!(function_sections, Some(false));
0 commit comments