We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f8114 commit b83aa1dCopy full SHA for b83aa1d
src/aero_kernel/src/main.rs
@@ -41,10 +41,8 @@
41
maybe_uninit_as_bytes, // https://github.com/rust-lang/rust/issues/93092
42
const_trait_impl, // https://github.com/rust-lang/rust/issues/67792
43
int_roundings, // https://github.com/rust-lang/rust/issues/88581
44
- const_ptr_is_null, // https://github.com/rust-lang/rust/issues/74939
45
naked_functions, // https://github.com/rust-lang/rust/issues/32408
46
cfg_match, // https://github.com/rust-lang/rust/issues/115585
47
- strict_provenance,
48
associated_type_defaults,
49
trait_upcasting,
50
new_zeroed_alloc, // https://github.com/rust-lang/rust/issues/129396
0 commit comments