removed more uses of feature gate
This commit is contained in:
parent
21dee3cbf8
commit
a49a6827af
@ -1,5 +1,4 @@
|
||||
// Tests using a combination of pattern features has the expected borrow checking behavior
|
||||
#![feature(bindings_after_at)]
|
||||
#![feature(box_patterns)]
|
||||
|
||||
enum Test {
|
||||
|
@ -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)]
|
||||
|
@ -4,8 +4,6 @@
|
||||
|
||||
// check-pass
|
||||
|
||||
#![feature(bindings_after_at)]
|
||||
|
||||
fn main() {
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user