Reenable feature(nll) in alloc.
This commit is contained in:
parent
2104ac5706
commit
6fdcedc9c8
1 changed files with 1 additions and 0 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue