1
Fork 0

Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavus

Add specific never search

Fixes #49529.

r? @QuietMisdreavus
This commit is contained in:
bors 2018-04-22 02:18:41 +00:00
commit bbdd1cf744
22 changed files with 293 additions and 11 deletions

View file

@ -319,6 +319,7 @@
#![feature(doc_spotlight)]
#![cfg_attr(test, feature(update_panic_count))]
#![cfg_attr(windows, feature(used))]
#![feature(doc_alias)]
#![default_lib_allocator]