about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2020-01-12 03:28:00 +0100
committerGitHub <noreply@github.com>2020-01-12 03:28:00 +0100
commitbbd210e6c57b23853889dddbdb1564c61a0249f7 (patch)
treead6aa97491e9f46eb87da562301c18119508b685 /src/tools
parentcc51d0350ec33b5c43a7785caa4ab9dcc4732617 (diff)
parent7ba25acd7a4a119fcfdb6beb58d3958647236b30 (diff)
downloadrust-bbd210e6c57b23853889dddbdb1564c61a0249f7.tar.gz
rust-bbd210e6c57b23853889dddbdb1564c61a0249f7.zip
Rollup merge of #68089 - lzutao:revert-remote_item, r=sfackler
Unstabilize `Vec::remove_item`

As concerned by @kornelski, @LukasKalbertodt, and @gnzlbg in #40062.
Reverts #67727
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/compiletest/src/main.rs1
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.