Skip to content

Commit da31fd7

Browse files
CoAlloc: alloc: minor
1 parent 3059f60 commit da31fd7

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
@@ -191,6 +191,7 @@
191191
// - cannot specialize on predicate `[(); _] well-formed`
192192
// - cannot specialize on predicate `the constant `core::alloc::co_alloc_metadata_num_slots::<A>()` can be evaluated`
193193
//#![feature(min_specialization)]
194+
#![feature(associated_type_defaults)]
194195
#![feature(specialization)]
195196
#![feature(negative_impls)]
196197
#![feature(never_type)]

0 commit comments

Comments
 (0)