]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/regions-borrow-at.rs
Convert unknown_features lint into an error
[rust.git] / src / test / run-pass / regions-borrow-at.rs
index 83a82041af937d9590b3c0bb7766b8b4aae0273e..abebb670e65d2cd76c19c005840a95ca38223daf 100644 (file)
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![allow(unknown_features)]
 #![feature(box_syntax)]
 
 fn foo(x: &usize) -> usize {