]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/rfc-2005-default-binding-mode/explicit-mut.rs
Stabilize match_default_bindings
[rust.git] / src / test / ui / rfc-2005-default-binding-mode / explicit-mut.rs
index 2e43d9722a9008e6305bb1cbb87d4ac4a7ce62a6..8001d980174e0c8e6778692e53530fc5c0c7d17d 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)]
-
 // Verify the binding mode shifts - only when no `&` are auto-dereferenced is the
 // final default binding mode mutable.