about summary refs log tree commit diff
path: root/src/test/debug-info/method-on-struct.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2013-12-12 00:02:26 -0800
committerAlex Crichton <alex@alexcrichton.com>2013-12-14 22:56:33 -0800
commit6747d0738a88e7a94171ec7b3f42c837352bc5be (patch)
treee4c3d977e230937ec91a09b4ac8c9d3e63c18fb6 /src/test/debug-info/method-on-struct.rs
parent0f6537fed4417134d72200ab3d46b124a4f2a34c (diff)
downloadrust-6747d0738a88e7a94171ec7b3f42c837352bc5be.tar.gz
rust-6747d0738a88e7a94171ec7b3f42c837352bc5be.zip
Handle more cases in the heap lints
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
 }