removed more uses of feature gate

This commit is contained in:
marcusdunn 2021-05-14 18:25:33 -07:00
parent 21dee3cbf8
commit a49a6827af
3 changed files with 0 additions and 4 deletions

View File

@ -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 {

View File

@ -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)]

View File

@ -4,8 +4,6 @@
// check-pass
#![feature(bindings_after_at)]
fn main() {
return;