]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_interface/src/tests.rs
Rollup merge of #106698 - compiler-errors:notify-mr-errs, r=Mark-Simulacrum
[rust.git] / compiler / rustc_interface / src / tests.rs
index 316e2e29cd8b31c107aaed69dcc00f04bb232e50..a3b9891ee64e90a5f6c7f323a2d172b6c2b6c403 100644 (file)
@@ -715,7 +715,7 @@ macro_rules! tracked {
     tracked!(asm_comments, true);
     tracked!(assume_incomplete_release, true);
     tracked!(binary_dep_depinfo, true);
-    tracked!(box_noalias, Some(false));
+    tracked!(box_noalias, false);
     tracked!(
         branch_protection,
         Some(BranchProtection {
@@ -754,7 +754,7 @@ macro_rules! tracked {
     tracked!(mir_enable_passes, vec![("DestProp".to_string(), false)]);
     tracked!(mir_opt_level, Some(4));
     tracked!(move_size_limit, Some(4096));
-    tracked!(mutable_noalias, Some(true));
+    tracked!(mutable_noalias, false);
     tracked!(no_generate_arange_section, true);
     tracked!(no_jump_tables, true);
     tracked!(no_link, true);