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/run-pass/repeated-vector-syntax.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/run-pass/repeated-vector-syntax.rs')
| -rw-r--r-- | src/test/run-pass/repeated-vector-syntax.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/repeated-vector-syntax.rs b/src/test/run-pass/repeated-vector-syntax.rs index 465c9b7090e..03497de0d55 100644 --- a/src/test/run-pass/repeated-vector-syntax.rs +++ b/src/test/run-pass/repeated-vector-syntax.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +#[feature(managed_boxes)]; + #[deriving(Clone)] struct Foo { a: ~str, |
