Skip to content

Commit 0856771

Browse files
committed
fix build issue due to stabilized feature
1 parent e85cfa4 commit 0856771

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/alloc/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
#![feature(map_first_last)]
108108
#![feature(map_into_keys_values)]
109109
#![feature(negative_impls)]
110+
#![cfg_attr(bootstrap, feature(never_type))]
110111
#![feature(new_uninit)]
111112
#![feature(nll)]
112113
#![feature(nonnull_slice_from_raw_parts)]

0 commit comments

Comments
 (0)