]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/rfc-2005-default-binding-mode/tuple.rs
Stabilize match_default_bindings
[rust.git] / src / test / run-pass / rfc-2005-default-binding-mode / tuple.rs
index cf27265b2ed560671a89de05466cda6e7c57fdf9..966b8e1a8127940cfe04ea362222b1ae72933f60 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)]
-
 pub fn main() {
     let foo = (Some(1), (), (), vec![2, 3]);