Skip to content

Commit c5f8114

Browse files
fix(kernel): unbreak compilation on latest nightly
Signed-off-by: Anhad Singh <[email protected]>
1 parent f275662 commit c5f8114

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/aero_kernel/src/main.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
ptr_internals, // No tracking issue
3434
linked_list_cursors, // https://github.com/rust-lang/rust/issues/58533
3535
extern_types, // https://github.com/rust-lang/rust/issues/43467
36-
new_uninit, // https://github.com/rust-lang/rust/issues/63291
3736
step_trait, // https://github.com/rust-lang/rust/issues/42168
3837
prelude_import, // No tracking issue
3938
allocator_api, // https://github.com/rust-lang/rust/issues/32838
@@ -48,7 +47,7 @@
4847
strict_provenance,
4948
associated_type_defaults,
5049
trait_upcasting,
51-
asm_const,
50+
new_zeroed_alloc, // https://github.com/rust-lang/rust/issues/129396
5251
sync_unsafe_cell
5352
)]
5453
// TODO(andypython): can we remove the dependency of "prelude_import" and "lang_items"?

0 commit comments

Comments
 (0)