Skip to content

Commit

Permalink
[nll] librustc_typeck: enable feature(nll) for bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
memoryruins committed Aug 9, 2018
1 parent 5840735 commit ac9b7be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_typeck/lib.rs
Expand Up @@ -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)]
Expand Down

0 comments on commit ac9b7be

Please sign in to comment.