[nll] librustc_typeck: enable feature(nll) for bootstrap
This commit is contained in:
parent
58407351dd
commit
ac9b7be50b
@ -76,6 +76,7 @@ This API is completely unstable and subject to change.
|
||||
#![feature(crate_visibility_modifier)]
|
||||
#![feature(exhaustive_patterns)]
|
||||
#![feature(iterator_find_map)]
|
||||
#![cfg_attr(not(stage0), feature(nll))]
|
||||
#![feature(quote)]
|
||||
#![feature(refcell_replace_swap)]
|
||||
#![feature(rustc_diagnostic_macros)]
|
||||
|
Loading…
Reference in New Issue
Block a user