about summary refs log tree commit diff
path: root/src/test/debug-info/method-on-struct.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/debug-info/method-on-struct.rs')
-rw-r--r--src/test/debug-info/method-on-struct.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/debug-info/method-on-struct.rs b/src/test/debug-info/method-on-struct.rs
index 654f1db559b..9c2afadaef3 100644
--- a/src/test/debug-info/method-on-struct.rs
+++ b/src/test/debug-info/method-on-struct.rs
@@ -94,6 +94,8 @@
 // check:$21 = -16
 // debugger:continue
 
+#[feature(managed_boxes)];
+
 struct Struct {
     x: int
 }