[nll] libstd: enable feature(nll) for bootstrap

This commit is contained in:
memoryruins 2018-08-10 06:27:10 -04:00
parent ef34a16c61
commit e8d95a5ba1
1 changed files with 1 additions and 0 deletions

View File

@ -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)]