]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/rfc-2005-default-binding-mode/enum.rs
Stabilize match_default_bindings
[rust.git] / src / test / ui / rfc-2005-default-binding-mode / enum.rs
index 76ea64e248ef89e4fcf031ebf1e0781a32b5c5e7..a108653f85d20393deb1574d08f2e8cdcf4a3991 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 Wrapper {
     Wrap(i32),
 }