diff options
Diffstat (limited to 'src/test/debuginfo/borrowed-struct.rs')
| -rw-r--r-- | src/test/debuginfo/borrowed-struct.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/debuginfo/borrowed-struct.rs b/src/test/debuginfo/borrowed-struct.rs index e3cf438be43..53d2befc49d 100644 --- a/src/test/debuginfo/borrowed-struct.rs +++ b/src/test/debuginfo/borrowed-struct.rs @@ -64,6 +64,7 @@ // lldb-check:[...]$6 = 26.5 #![allow(unused_variables)] +#![feature(box_syntax)] #![omit_gdb_pretty_printer_section] struct SomeStruct { |
