Skip to content

Commit ac9b7be

Browse files
committed
[nll] librustc_typeck: enable feature(nll) for bootstrap
1 parent 5840735 commit ac9b7be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_typeck/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ This API is completely unstable and subject to change.
7676
#![feature(crate_visibility_modifier)]
7777
#![feature(exhaustive_patterns)]
7878
#![feature(iterator_find_map)]
79+
#![cfg_attr(not(stage0), feature(nll))]
7980
#![feature(quote)]
8081
#![feature(refcell_replace_swap)]
8182
#![feature(rustc_diagnostic_macros)]

0 commit comments

Comments
 (0)