about summary refs log tree commit diff
path: root/src/test/debug-info/method-on-trait.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-12-14 23:02:15 -0800
committerbors <bors@rust-lang.org>2013-12-14 23:02:15 -0800
commit7f5787ac26e66f42323fa417cb4b0356b22e7da5 (patch)
tree82d5b4742d97c77f8bbb2944a0d9a7df0fe0dd28 /src/test/debug-info/method-on-trait.rs
parent8f6df87c1d876895a7e313728b43d9710ae682bb (diff)
parent6747d0738a88e7a94171ec7b3f42c837352bc5be (diff)
downloadrust-7f5787ac26e66f42323fa417cb4b0356b22e7da5.tar.gz
rust-7f5787ac26e66f42323fa417cb4b0356b22e7da5.zip
auto merge of #10932 : alexcrichton/rust/feature-update, r=cmr
Diffstat (limited to 'src/test/debug-info/method-on-trait.rs')
-rw-r--r--src/test/debug-info/method-on-trait.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/debug-info/method-on-trait.rs b/src/test/debug-info/method-on-trait.rs
index e6e024323c3..6b67dcc18a9 100644
--- a/src/test/debug-info/method-on-trait.rs
+++ b/src/test/debug-info/method-on-trait.rs
@@ -94,6 +94,8 @@
 // check:$21 = -16
 // debugger:continue
 
+#[feature(managed_boxes)];
+
 struct Struct {
     x: int
 }