Skip to content

Commit 6fdcedc

Browse files
committed
Reenable feature(nll) in alloc.
1 parent 2104ac5 commit 6fdcedc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/alloc/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
#![feature(min_specialization)]
147147
#![feature(negative_impls)]
148148
#![feature(never_type)]
149+
#![feature(nll)] // Not necessary, but here to test the `nll` feature.
149150
#![feature(rustc_allow_const_fn_unstable)]
150151
#![feature(rustc_attrs)]
151152
#![feature(staged_api)]

0 commit comments

Comments
 (0)