Skip to content

Commit

Permalink
Reenable feature(nll) in alloc.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Oct 19, 2021
1 parent 2104ac5 commit 6fdcedc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/alloc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 6fdcedc

Please sign in to comment.