Skip to content

Commit f8367a3

Browse files
committed
librustc_borrowck: enable feature(nll) for bootstrap
1 parent 72ae246 commit f8367a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_borrowck/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
#![allow(non_camel_case_types)]
1616

17+
#![cfg_attr(not(stage0), feature(nll))]
1718
#![feature(quote)]
1819

1920
#![recursion_limit="256"]

0 commit comments

Comments
 (0)