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

This commit is contained in:
memoryruins 2018-08-09 15:34:54 -04:00
parent 58407351dd
commit ac9b7be50b

View File

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