Skip to content

Commit a37360c

Browse files
committed
[nll] librustc_incremental: enable feature(nll) for bootstrap
1 parent fd4b1a7 commit a37360c

File tree

1 file changed

+1
-0
lines changed
  • src/librustc_incremental

1 file changed

+1
-0
lines changed

src/librustc_incremental/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
1515
html_root_url = "https://doc.rust-lang.org/nightly/")]
1616

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

1920
#![recursion_limit="256"]

0 commit comments

Comments
 (0)