$ rustc --version rustc 1.81.0-nightly (5affbb171 2024-07-18) $ make A=apps/cli PLATFORM=aarch64-phytium-pi LOG=debug error[E0049]: method `vaddr_is_valid` has 1 const parameter but its trait declaration has 0 const parameters --> crates/page_table/src/lib.rs:59:1 | 59 | #[const_trait] | ^^^^^^^^^^^^^^ found 1 const parameter ... 79 | fn vaddr_is_valid(vaddr: usize) -> bool { | - expected 0 const parameters For more information about this error, try `rustc --explain E0049`. error: could not compile `page_table` (lib) due to 1 previous error