about summary refs log tree commit diff
path: root/library/coretests/tests/pin_macro.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/coretests/tests/pin_macro.rs')
-rw-r--r--library/coretests/tests/pin_macro.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/coretests/tests/pin_macro.rs b/library/coretests/tests/pin_macro.rs
index 3174c91a649..bfbfa8d280f 100644
--- a/library/coretests/tests/pin_macro.rs
+++ b/library/coretests/tests/pin_macro.rs
@@ -38,7 +38,6 @@ fn rust_2024_expr() {
 }
 
 #[test]
-#[cfg(not(bootstrap))]
 fn temp_lifetime() {
     // Check that temporary lifetimes work as in Rust 2021.
     // Regression test for https://github.com/rust-lang/rust/issues/138596