about summary refs log tree commit diff
path: root/src/test/ui/drop
diff options
context:
space:
mode:
authormarcusdunn <marcus.s.dunn@gmail.com>2021-05-14 18:25:33 -0700
committermarcusdunn <marcus.s.dunn@gmail.com>2021-06-04 09:41:55 -0700
commita49a6827afeaaeca48f36d1fd0ac4c07de053602 (patch)
tree61398e615803e42dc30c38f464d7a09e7b22ea28 /src/test/ui/drop
parent21dee3cbf843d1d897da6ace5143f5a14d475dbe (diff)
downloadrust-a49a6827afeaaeca48f36d1fd0ac4c07de053602.tar.gz
rust-a49a6827afeaaeca48f36d1fd0ac4c07de053602.zip
removed more uses of feature gate
Diffstat (limited to 'src/test/ui/drop')
-rw-r--r--src/test/ui/drop/dynamic-drop.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/drop/dynamic-drop.rs b/src/test/ui/drop/dynamic-drop.rs
index e90ea1c55b0..7bb43d5b503 100644
--- a/src/test/ui/drop/dynamic-drop.rs
+++ b/src/test/ui/drop/dynamic-drop.rs
@@ -2,7 +2,6 @@
 // ignore-wasm32-bare compiled with panic=abort by default
 
 #![feature(generators, generator_trait)]
-#![feature(bindings_after_at)]
 
 #![allow(unused_assignments)]
 #![allow(unused_variables)]