about summary refs log tree commit diff
path: root/tests/mir-opt/instsimplify
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2024-07-13 13:53:56 +0200
committerRalf Jung <post@ralfj.de>2024-08-18 19:46:53 +0200
commit79503dd742253cdca54f10aec9052ff477ccaf38 (patch)
treed2ca6c8e15488c515dcc5fed482e33811f2dbdbe /tests/mir-opt/instsimplify
parentf04f6ca36d2439375d20a98be013384afbab0782 (diff)
stabilize raw_ref_op
Diffstat (limited to 'tests/mir-opt/instsimplify')
-rw-r--r--tests/mir-opt/instsimplify/ref_of_deref.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mir-opt/instsimplify/ref_of_deref.rs b/tests/mir-opt/instsimplify/ref_of_deref.rs
index dc0f5f8198b..72481f5579a 100644
--- a/tests/mir-opt/instsimplify/ref_of_deref.rs
+++ b/tests/mir-opt/instsimplify/ref_of_deref.rs
@@ -1,6 +1,5 @@
 //@ test-mir-pass: InstSimplify-after-simplifycfg
 #![crate_type = "lib"]
-#![feature(raw_ref_op)]
 
 // For each of these, only 2 of the 6 should simplify,
 // as the others have the wrong types.