Skip to content

Commit e8d95a5

Browse files
committed
[nll] libstd: enable feature(nll) for bootstrap
1 parent ef34a16 commit e8d95a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@
273273
#![feature(macro_vis_matcher)]
274274
#![feature(needs_panic_runtime)]
275275
#![feature(never_type)]
276+
#![cfg_attr(not(stage0), feature(nll))]
276277
#![feature(exhaustive_patterns)]
277278
#![feature(on_unimplemented)]
278279
#![feature(optin_builtin_traits)]

0 commit comments

Comments
 (0)