about summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-lend-flow.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/compile-fail/borrowck-lend-flow.rs')
-rw-r--r--src/test/compile-fail/borrowck-lend-flow.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/compile-fail/borrowck-lend-flow.rs b/src/test/compile-fail/borrowck-lend-flow.rs
index 85fc7fb87b3..d5419b05851 100644
--- a/src/test/compile-fail/borrowck-lend-flow.rs
+++ b/src/test/compile-fail/borrowck-lend-flow.rs
@@ -14,6 +14,7 @@
 // either genuine or would require more advanced changes.  The latter
 // cases are noted.
 
+#![feature(box_syntax)]
 
 fn borrow(_v: &int) {}
 fn borrow_mut(_v: &mut int) {}