about summary refs log tree commit diff
path: root/src/libcore/tests/lib.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-06-28 16:44:29 +0000
committerbors <bors@rust-lang.org>2020-06-28 16:44:29 +0000
commit2f517ce6f28b5d638cce4c1eccdbe63255b11420 (patch)
tree32d461aeb5d988a76a319c6cec6c1d663c282446 /src/libcore/tests/lib.rs
parent25687caa2e4e35b31c29e28998710670e9d54ee9 (diff)
parent117b734ad6af4f646d47256c97d3e0cc95e6ab90 (diff)
downloadrust-2f517ce6f28b5d638cce4c1eccdbe63255b11420.tar.gz
rust-2f517ce6f28b5d638cce4c1eccdbe63255b11420.zip
Auto merge of #73838 - Manishearth:rollup-jj57e84, r=Manishearth
Rollup of 9 pull requests

Successful merges:

 - #73577 (Add partition_point)
 - #73757 (Const prop: erase all block-only locals at the end of every block)
 - #73774 (Make liveness more precise for assignments to fields)
 - #73795 (Add some `const_compare_raw_pointers`-related regression tests)
 - #73800 (Forward Hash::write_iN to Hash::write_uN)
 - #73813 (Rename two `Resolver` traits)
 - #73817 (Rename clashing_extern_decl to clashing_extern_declarations.)
 - #73826 (Fix docstring typo)
 - #73833 (Remove GlobalCtxt::enter_local)

Failed merges:

r? @ghost
Diffstat (limited to 'src/libcore/tests/lib.rs')
-rw-r--r--src/libcore/tests/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/tests/lib.rs b/src/libcore/tests/lib.rs
index 4e55452a4c3..524c38a7ab4 100644
--- a/src/libcore/tests/lib.rs
+++ b/src/libcore/tests/lib.rs
@@ -44,6 +44,7 @@
 #![feature(const_forget)]
 #![feature(option_unwrap_none)]
 #![feature(peekable_next_if)]
+#![feature(partition_point)]
 
 extern crate test;