We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f275662 commit c5f8114Copy full SHA for c5f8114
src/aero_kernel/src/main.rs
@@ -33,7 +33,6 @@
33
ptr_internals, // No tracking issue
34
linked_list_cursors, // https://github.com/rust-lang/rust/issues/58533
35
extern_types, // https://github.com/rust-lang/rust/issues/43467
36
- new_uninit, // https://github.com/rust-lang/rust/issues/63291
37
step_trait, // https://github.com/rust-lang/rust/issues/42168
38
prelude_import, // No tracking issue
39
allocator_api, // https://github.com/rust-lang/rust/issues/32838
@@ -48,7 +47,7 @@
48
47
strict_provenance,
49
associated_type_defaults,
50
trait_upcasting,
51
- asm_const,
+ new_zeroed_alloc, // https://github.com/rust-lang/rust/issues/129396
52
sync_unsafe_cell
53
)]
54
// TODO(andypython): can we remove the dependency of "prelude_import" and "lang_items"?
0 commit comments