Skip to content

Commit cb49252

Browse files
committed
[nll] librustc_traits: enable feature(nll) for bootstrap
1 parent 9fcc6da commit cb49252

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_traits/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#![feature(extern_prelude)]
1717
#![feature(iterator_find_map)]
1818
#![feature(in_band_lifetimes)]
19+
#![cfg_attr(not(stage0), feature(nll))]
1920

2021
#![recursion_limit="256"]
2122

0 commit comments

Comments
 (0)