[nll] libstd: enable feature(nll) for bootstrap
This commit is contained in:
parent
ef34a16c61
commit
e8d95a5ba1
@ -273,6 +273,7 @@
|
||||
#![feature(macro_vis_matcher)]
|
||||
#![feature(needs_panic_runtime)]
|
||||
#![feature(never_type)]
|
||||
#![cfg_attr(not(stage0), feature(nll))]
|
||||
#![feature(exhaustive_patterns)]
|
||||
#![feature(on_unimplemented)]
|
||||
#![feature(optin_builtin_traits)]
|
||||
|
Loading…
Reference in New Issue
Block a user