]> git.lizzy.rs Git - rust.git/blobdiff - library/test/src/types.rs
Rollup merge of #93742 - Mark-Simulacrum:skip-rustc-docs-complete, r=pietroalbini
[rust.git] / library / test / src / types.rs
index 90aa5e8b4f9661cf9633b6b8b517e1e5c56b929f..43e5a10ebbe95a02f6184410fb9368e7556a1f1f 100644 (file)
@@ -121,6 +121,8 @@ pub struct TestDesc {
     pub compile_fail: bool,
     pub no_run: bool,
     pub test_type: TestType,
+    #[cfg(bootstrap)]
+    pub allow_fail: bool,
 }
 
 impl TestDesc {