Skip to content

Commit 2c783c3

Browse files
committed
Revert removed #![feature(nll)]
1 parent 0749a04 commit 2c783c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@
276276
#![feature(maybe_uninit)]
277277
#![feature(needs_panic_runtime)]
278278
#![feature(never_type)]
279+
#![feature(nll)]
279280
#![feature(non_exhaustive)]
280281
#![feature(on_unimplemented)]
281282
#![feature(optin_builtin_traits)]

0 commit comments

Comments
 (0)