]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/nll/rc-loop.rs
New upstream version 1.26.0+dfsg1
[rustc.git] / src / test / run-pass / nll / rc-loop.rs
index 2b746fac4d42610121168999c01e38a199b5f3e1..2114dbebe93fb2a74c4c2b7c02ab0fd914969928 100644 (file)
@@ -14,7 +14,6 @@
 // `x`.  The lexical checker makes this very painful. The NLL checker
 // does not.
 
-#![feature(match_default_bindings)]
 #![feature(nll)]
 
 use std::rc::Rc;