]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/loop-break-value-no-repeat.rs
New upstream version 1.19.0+dfsg1
[rustc.git] / src / test / ui / loop-break-value-no-repeat.rs
index 790f796fae07f787a64fba8266b46ede5ed7bb65..b52d540fd75119dc5d24c87f7ca06f9888f5a4ab 100644 (file)
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(loop_break_value)]
 #![allow(unused_variables)]
 
 use std::ptr;