]> git.lizzy.rs Git - rust.git/blobdiff - library/test/src/types.rs
Rollup merge of #95189 - fmease:fix-issue-94340, r=estebank
[rust.git] / library / test / src / types.rs
index cc75220aa003217c9a9ed51c0c2215215687f6be..1084fb98389fb08c8f74fe6e85765a652f32063f 100644 (file)
@@ -123,8 +123,6 @@ pub struct TestDesc {
     pub compile_fail: bool,
     pub no_run: bool,
     pub test_type: TestType,
-    #[cfg(bootstrap)]
-    pub allow_fail: bool,
 }
 
 impl TestDesc {