warning: 1 warning emitted error: ~const can only be applied to `#[const_trait]` traits --> /work/aports-local/linux-asahi-edge/src/linux-asahi-6.3-13/rust/alloc/alloc.rs:346:58 | 346 | pub(crate) const unsafe fn box_free( | ^^^^^^^^^ error: ~const can only be applied to `#[const_trait]` traits --> /work/aports-local/linux-asahi-edge/src/linux-asahi-6.3-13/rust/alloc/boxed.rs:418:19 | 418 | A: ~const Allocator + ~const Destruct, | ^^^^^^^^^ error: ~const can only be applied to `#[const_trait]` traits --> /work/aports-local/linux-asahi-edge/src/linux-asahi-6.3-13/rust/alloc/boxed.rs:492:19 | 492 | A: ~const Allocator + ~const Destruct, | ^^^^^^^^^ error: ~const can only be applied to `#[const_trait]` traits --> /work/aports-local/linux-asahi-edge/src/linux-asahi-6.3-13/rust/alloc/boxed.rs:564:19 | 564 | A: ~const Allocator + ~const Destruct, | ^^^^^^^^^ error: const `impl` for trait `From` which is not marked with `#[const_trait]` --> /work/aports-local/linux-asahi-edge/src/linux-asahi-6.3-13/rust/alloc/boxed.rs:1464:37 | 1464 | impl const From> for Pin> | ^^^^^^^^^^^^^^^ | = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const` = note: adding a non-const method body in the future would be a breaking change error: const `impl` for trait `Deref` which is not marked with `#[const_trait]` --> /work/aports-local/linux-asahi-edge/src/linux-asahi-6.3-13/rust/alloc/boxed.rs:1902:37 | 1902 | impl const Deref for Box { | ^^^^^ | = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const` = note: adding a non-const method body in the future would be a breaking change error: const `impl` for trait `DerefMut` which is not marked with `#[const_trait]` --> /work/aports-local/linux-asahi-edge/src/linux-asahi-6.3-13/rust/alloc/boxed.rs:1912:37