diff options
| author | bors <bors@rust-lang.org> | 2018-04-22 02:18:41 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-04-22 02:18:41 +0000 |
| commit | bbdd1cf744121ea3697b1dfb6426b0dc714e4f6b (patch) | |
| tree | 3843e10ed381f0964fe54612b73d342f30eebda8 /src/libcore/lib.rs | |
| parent | d5616e1f18abb46071581d096994a0ff6581e3f9 (diff) | |
| parent | 1ed3e77b8a254fd9cbf8f922d1f910d375a9d1e4 (diff) | |
| download | rust-bbdd1cf744121ea3697b1dfb6426b0dc714e4f6b.tar.gz rust-bbdd1cf744121ea3697b1dfb6426b0dc714e4f6b.zip | |
Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavus
Add specific never search Fixes #49529. r? @QuietMisdreavus
Diffstat (limited to 'src/libcore/lib.rs')
| -rw-r--r-- | src/libcore/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs index 0e605f8dbe7..7da5d9f76b5 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -102,6 +102,7 @@ #![feature(unboxed_closures)] #![feature(untagged_unions)] #![feature(unwind_attributes)] +#![feature(doc_alias)] #![cfg_attr(not(stage0), feature(mmx_target_feature))] #![cfg_attr(not(stage0), feature(tbm_target_feature))] |
