]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/rfcs/rfc-2396-target_feature-11/closures-inherit-target_feature.rs
New upstream version 1.54.0+dfsg1
[rustc.git] / src / test / ui / rfcs / rfc-2396-target_feature-11 / closures-inherit-target_feature.rs
index af35bc2014bfe4b4f4bcae49ed616313848a2f00..a59d7c2d784c7b5830a5e1545d4460588c45ffe6 100644 (file)
@@ -1,6 +1,8 @@
 // Tests #73631: closures inherit `#[target_feature]` annotations
 
 // check-pass
+// revisions: mir thir
+// [thir]compile-flags: -Z thir-unsafeck
 // only-x86_64
 
 #![feature(target_feature_11)]