We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d5ca8 commit 25896ccCopy full SHA for 25896cc
library/coretests/tests/pin.rs
@@ -86,6 +86,7 @@ mod pin_coerce_unsized {
86
}
87
88
#[test]
89
+#[cfg(not(bootstrap))]
90
fn temp_lifetime() {
91
// Check that temporary lifetimes work as in Rust 2021.
92
// Regression test for https://github.com/rust-lang/rust/issues/138596
0 commit comments