about summary refs log tree commit diff
path: root/src/libcore/tests
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-10-11 06:26:03 +0000
committerbors <bors@rust-lang.org>2018-10-11 06:26:03 +0000
commitcb6eeddd4dcefa4b71bb4b6bb087d05ad8e82145 (patch)
tree4c9b6b6174dcbb0390563ca52365f1c3220c7af4 /src/libcore/tests
parent9746a2d40d69b145f8247e4a5fb2978e5f4d5c97 (diff)
parentbe64bf3b9dea4b5f30b7044fcb2c1b86f3e7960f (diff)
downloadrust-cb6eeddd4dcefa4b71bb4b6bb087d05ad8e82145.tar.gz
rust-cb6eeddd4dcefa4b71bb4b6bb087d05ad8e82145.zip
Auto merge of #54969 - Manishearth:rollup, r=Manishearth
Rollup of 9 pull requests

Successful merges:

 - #54747 (codegen_llvm: verify that inline assembly operands are scalars)
 - #54848 (Better Diagnostic for Trait Object Capture)
 - #54850 (Fix #54707 - parse_trait_item_ now handles interpolated blocks as function body decls)
 - #54858 (second round of refactorings for universes)
 - #54862 (Implement RFC 2539: cfg_attr with multiple attributes)
 - #54869 (Fix mobile docs)
 - #54870 (Stabilize tool lints)
 - #54893 (Fix internal compiler error on malformed match arm pattern.)
 - #54904 (Stabilize the `Option::replace` method)

Failed merges:

 - #54909 ( Add chalk rules related to associated type defs)

r? @ghost
Diffstat (limited to 'src/libcore/tests')
-rw-r--r--src/libcore/tests/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/tests/lib.rs b/src/libcore/tests/lib.rs
index ada61d8dfd8..0beb60a1270 100644
--- a/src/libcore/tests/lib.rs
+++ b/src/libcore/tests/lib.rs
@@ -39,7 +39,6 @@
 #![feature(reverse_bits)]
 #![feature(inner_deref)]
 #![feature(slice_internals)]
-#![feature(option_replace)]
 #![feature(slice_partition_dedup)]
 #![feature(copy_within)]