diff options
| author | Lzu Tao <taolzu@gmail.com> | 2020-01-10 10:34:35 +0000 |
|---|---|---|
| committer | Lzu Tao <taolzu@gmail.com> | 2020-01-11 03:04:39 +0000 |
| commit | 7ba25acd7a4a119fcfdb6beb58d3958647236b30 (patch) | |
| tree | 05c8c9c9080fcb5b6b88986bb00532a3fae5fdbe /src/tools | |
| parent | e6217972644588a3be4fecb85b195f17b0220047 (diff) | |
| download | rust-7ba25acd7a4a119fcfdb6beb58d3958647236b30.tar.gz rust-7ba25acd7a4a119fcfdb6beb58d3958647236b30.zip | |
Revert "Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrichton"
This reverts commit 4ed415b5478c74094c2859abfddb959588cd6bb1, reversing changes made to 3cce950743e8aa74a4378dfdefbbc80223a00865.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/compiletest/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/compiletest/src/main.rs b/src/tools/compiletest/src/main.rs index 0642823404a..efa9d05f16c 100644 --- a/src/tools/compiletest/src/main.rs +++ b/src/tools/compiletest/src/main.rs @@ -1,4 +1,5 @@ #![crate_name = "compiletest"] +#![feature(vec_remove_item)] #![deny(warnings)] // The `test` crate is the only unstable feature // allowed here, just to share similar code. |
