about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-07-07 03:55:28 +0000
committerbors <bors@rust-lang.org>2018-07-07 03:55:28 +0000
commit4f0ca9248f93162201ea88a99594deedf0ebd897 (patch)
treef60c4cc897ab197b4e2128f7160d54421db8ca06 /src/libcore
parent99b0ddb88a3e6aa5ddec35961be845ff361d031e (diff)
parentcd7ddae695fca0aac2f10b5eeaa3af4612cddf23 (diff)
downloadrust-4f0ca9248f93162201ea88a99594deedf0ebd897.tar.gz
rust-4f0ca9248f93162201ea88a99594deedf0ebd897.zip
Auto merge of #52123 - Mark-Simulacrum:rollup, r=Mark-Simulacrum
Rollup of 9 pull requests

Successful merges:

 - #51901 (Rc: remove unused allocation and fix segfault in Weak::new())
 - #52058 (Use of unimplemented!() causing ICE with NLL)
 - #52067 (Visit the mir basic blocks in reverse-postfix order)
 - #52083 (Dont run ast borrowck on mir mode)
 - #52099 (fix typo in stable `--edition` error message)
 - #52103 (Stabilize rc_downcast)
 - #52104 (Remove unnecessary feature gate.)
 - #52117 (Dedupe filetime)
 - #52120 (ARM: expose the "mclass" target feature)

Failed merges:

r? @ghost
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs
index b2b38820a89..bbe6ae8619f 100644
--- a/src/libcore/lib.rs
+++ b/src/libcore/lib.rs
@@ -122,7 +122,6 @@
 #![feature(const_slice_len)]
 #![feature(const_str_as_bytes)]
 #![feature(const_str_len)]
-#![cfg_attr(stage0, feature(repr_transparent))]
 
 #[prelude_import]
 #[allow(unused)]