]> git.lizzy.rs Git - rust.git/blobdiff - library/test/src/types.rs
Auto merge of #95399 - gilescope:plan_b, r=scottmcm
[rust.git] / library / test / src / types.rs
index 1084fb98389fb08c8f74fe6e85765a652f32063f..ffb1efe18cca183fba11d55574ecc97c0ebd5021 100644 (file)
@@ -117,7 +117,6 @@ fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
 pub struct TestDesc {
     pub name: TestName,
     pub ignore: bool,
-    #[cfg(not(bootstrap))]
     pub ignore_message: Option<&'static str>,
     pub should_panic: options::ShouldPanic,
     pub compile_fail: bool,