Skip to content

Commit a49a682

Browse files
committed
removed more uses of feature gate
1 parent 21dee3c commit a49a682

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/test/ui/borrowck/bindings-after-at-or-patterns-slice-patterns-box-patterns.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// Tests using a combination of pattern features has the expected borrow checking behavior
2-
#![feature(bindings_after_at)]
32
#![feature(box_patterns)]
43

54
enum Test {

src/test/ui/drop/dynamic-drop.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// ignore-wasm32-bare compiled with panic=abort by default
33

44
#![feature(generators, generator_trait)]
5-
#![feature(bindings_after_at)]
65

76
#![allow(unused_assignments)]
87
#![allow(unused_variables)]

src/test/ui/pattern/move-ref-patterns/by-move-sub-pat-unreachable.rs

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
// check-pass
66

7-
#![feature(bindings_after_at)]
8-
97
fn main() {
108
return;
119

0 commit comments

Comments
 (0)