We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf0f52 commit ece839eCopy full SHA for ece839e
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