We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0550a6f commit 5a064e8Copy full SHA for 5a064e8
compiler/rustc_interface/src/tests.rs
@@ -566,7 +566,7 @@ fn test_debugging_options_tracking_hash() {
566
tracked!(link_only, true);
567
tracked!(merge_functions, Some(MergeFunctions::Disabled));
568
tracked!(mir_emit_retag, true);
569
- tracked!(mir_opt_level, 3);
+ tracked!(mir_opt_level, Some(4));
570
tracked!(mutable_noalias, true);
571
tracked!(new_llvm_pass_manager, true);
572
tracked!(no_codegen, true);
0 commit comments