[nll] librustc_typeck: enable feature(nll) for bootstrap
This commit is contained in:
parent
58407351dd
commit
ac9b7be50b
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue