Skip to content

Commit 1143daa

Browse files
committed
Do not "enable" feature unsized_locals in liballoc
1 parent 5a0baa5 commit 1143daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
#![feature(unicode_internals)]
120120
#![feature(unsize)]
121121
#![cfg_attr(not(bootstrap), feature(unsized_fn_params))]
122-
#![feature(unsized_locals)]
122+
#![cfg_attr(bootstrap, feature(unsized_locals))]
123123
#![feature(allocator_internals)]
124124
#![feature(slice_partition_dedup)]
125125
#![feature(maybe_uninit_extra, maybe_uninit_slice)]

0 commit comments

Comments
 (0)