Skip to content

Commit 4aced68

Browse files
committed
[nll] librustdoc: enable feature(nll) for bootstrap
1 parent ac9b7be commit 4aced68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#![feature(box_patterns)]
1818
#![feature(box_syntax)]
1919
#![feature(iterator_find_map)]
20+
#![cfg_attr(not(stage0), feature(nll))]
2021
#![feature(set_stdio)]
2122
#![feature(slice_sort_by_cached_key)]
2223
#![feature(test)]

0 commit comments

Comments
 (0)