Reenable feature(nll) in alloc.

This commit is contained in:
Mara Bos 2021-10-19 14:54:35 +02:00
parent 2104ac5706
commit 6fdcedc9c8

View file

@ -146,6 +146,7 @@
#![feature(min_specialization)]
#![feature(negative_impls)]
#![feature(never_type)]
#![feature(nll)] // Not necessary, but here to test the `nll` feature.
#![feature(rustc_allow_const_fn_unstable)]
#![feature(rustc_attrs)]
#![feature(staged_api)]