]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/compiletest/src/header.rs
Rollup merge of #93400 - ChayimFriedman2:dont-suggest-using-const-with-bounds-unused...
[rust.git] / src / tools / compiletest / src / header.rs
index 2c2239f2b83d19ccf3521a018de2a6d1c5063267..1bdea33dffaf9ebb0bb9a06a5e14b19840d0c751 100644 (file)
@@ -885,8 +885,6 @@ pub fn make_test_description<R: Read>(
         compile_fail: false,
         no_run: false,
         test_type: test::TestType::Unknown,
-        #[cfg(bootstrap)]
-        allow_fail: false,
     }
 }