diff options
| author | bors <bors@rust-lang.org> | 2013-12-14 23:02:15 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-12-14 23:02:15 -0800 |
| commit | 7f5787ac26e66f42323fa417cb4b0356b22e7da5 (patch) | |
| tree | 82d5b4742d97c77f8bbb2944a0d9a7df0fe0dd28 /src/test/debug-info/method-on-trait.rs | |
| parent | 8f6df87c1d876895a7e313728b43d9710ae682bb (diff) | |
| parent | 6747d0738a88e7a94171ec7b3f42c837352bc5be (diff) | |
| download | rust-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.rs | 2 |
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 } |
