Fix E0711: Const Item Cannot Have a Destructor Rust intermediate linux macos windows webassembly May 27, 2026 Rust compiler error when a const item uses a type that implements Drop, which is forbidden because const items cannot have destructors.