diff options
| author | bors <bors@rust-lang.org> | 2019-01-08 22:16:13 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-01-08 22:16:13 +0000 |
| commit | 167ceff01ec2f01f677fa6351646255d3dacbb98 (patch) | |
| tree | fa3a3ea838d5da3d10393bff6e8eeec35e428bc8 /src/libcore | |
| parent | d22fa2d87d03d19fdb1359faab9ec5e74eff26b3 (diff) | |
| parent | 0b272e740051192344c36f0444d9ef28f2ab31fe (diff) | |
| download | rust-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.rs | 2 |
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)] |
