]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/rfc-2005-default-binding-mode/tuple-struct.rs
Stabilize match_default_bindings
[rust.git] / src / test / run-pass / rfc-2005-default-binding-mode / tuple-struct.rs
index 7867d6529050dad30ddddfbd7cb13aed3343b955..3b55405abdd7e923c998599559072ad3723de72c 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(match_default_bindings)]
-
 enum Foo {
     Bar(Option<i8>, (), (), Vec<i32>),
     Baz,