Skip to content

Commit abf9ff8

Browse files
committed
fix build issue due to stabilized feature
1 parent ca61c6b commit abf9ff8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/liballoc/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
#![feature(associated_type_bounds)]
124124
#![feature(inplace_iteration)]
125125
#![feature(type_alias_impl_trait)]
126+
#![cfg_attr(bootstrap, feature(never_type))]
126127

127128
// Allow testing this library
128129

0 commit comments

Comments
 (0)