about summary refs log tree commit diff
path: root/src/test/compile-fail/nll/reference-carried-through-struct-field.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/compile-fail/nll/reference-carried-through-struct-field.rs')
-rw-r--r--src/test/compile-fail/nll/reference-carried-through-struct-field.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/nll/reference-carried-through-struct-field.rs b/src/test/compile-fail/nll/reference-carried-through-struct-field.rs
index efa6cc273b6..589a3daa38d 100644
--- a/src/test/compile-fail/nll/reference-carried-through-struct-field.rs
+++ b/src/test/compile-fail/nll/reference-carried-through-struct-field.rs
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 //revisions: ast mir
-//[mir] compile-flags: -Z borrowck=mir -Z nll
+//[mir] compile-flags: -Z borrowck=mir
 
 #![allow(unused_assignments)]