about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-01-08 22:16:13 +0000
committerbors <bors@rust-lang.org>2019-01-08 22:16:13 +0000
commit167ceff01ec2f01f677fa6351646255d3dacbb98 (patch)
treefa3a3ea838d5da3d10393bff6e8eeec35e428bc8 /src/libcore
parentd22fa2d87d03d19fdb1359faab9ec5e74eff26b3 (diff)
parent0b272e740051192344c36f0444d9ef28f2ab31fe (diff)
downloadrust-167ceff01ec2f01f677fa6351646255d3dacbb98.tar.gz
rust-167ceff01ec2f01f677fa6351646255d3dacbb98.zip
Auto merge of #56407 - GuillaumeGomez:missing-docs-reexported-macros, r=varkor
check missing docs for reexported macros as well

Fixes #56334.
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs
index 19bf4ab15bf..b2cafc4cede 100644
--- a/src/libcore/lib.rs
+++ b/src/libcore/lib.rs
@@ -122,6 +122,8 @@
 #![feature(reverse_bits)]
 #![feature(non_exhaustive)]
 #![feature(structural_match)]
+#![feature(abi_unadjusted)]
+#![cfg_attr(not(stage0), feature(adx_target_feature))]
 
 #[prelude_import]
 #[allow(unused)]