diff options
| author | marcusdunn <marcus.s.dunn@gmail.com> | 2021-05-14 18:25:33 -0700 |
|---|---|---|
| committer | marcusdunn <marcus.s.dunn@gmail.com> | 2021-06-04 09:41:55 -0700 |
| commit | a49a6827afeaaeca48f36d1fd0ac4c07de053602 (patch) | |
| tree | 61398e615803e42dc30c38f464d7a09e7b22ea28 /src/test/ui/drop | |
| parent | 21dee3cbf843d1d897da6ace5143f5a14d475dbe (diff) | |
| download | rust-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.rs | 1 |
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)] |
