Skip to content

Commit

Permalink
Do not "enable" feature unsized_locals in liballoc
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed May 23, 2020
1 parent 5a0baa5 commit 1143daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liballoc/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
#![feature(unicode_internals)]
#![feature(unsize)]
#![cfg_attr(not(bootstrap), feature(unsized_fn_params))]
#![feature(unsized_locals)]
#![cfg_attr(bootstrap, feature(unsized_locals))]
#![feature(allocator_internals)]
#![feature(slice_partition_dedup)]
#![feature(maybe_uninit_extra, maybe_uninit_slice)]
Expand Down

0 comments on commit 1143daa

Please sign in to comment.