Skip to content

Commit c556cff

Browse files
committed
[nll] librustc_data_structures: enable feature(nll) for bootstrap
1 parent 9207cc9 commit c556cff

File tree

1 file changed

+1
-0
lines changed
  • src/librustc_data_structures

1 file changed

+1
-0
lines changed

src/librustc_data_structures/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#![feature(specialization)]
2727
#![feature(optin_builtin_traits)]
2828
#![feature(macro_vis_matcher)]
29+
#![cfg_attr(not(stage0), feature(nll))]
2930
#![feature(allow_internal_unstable)]
3031
#![feature(vec_resize_with)]
3132

0 commit comments

Comments
 (0)