Skip to content

Commit 25896cc

Browse files
committed
Add cfg(not(bootstrap)) for new test.
1 parent 93d5ca8 commit 25896cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/coretests/tests/pin.rs

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ mod pin_coerce_unsized {
8686
}
8787

8888
#[test]
89+
#[cfg(not(bootstrap))]
8990
fn temp_lifetime() {
9091
// Check that temporary lifetimes work as in Rust 2021.
9192
// Regression test for https://github.com/rust-lang/rust/issues/138596

0 commit comments

Comments
 (0)