rust-hypervisor-firmware icon indicating copy to clipboard operation
rust-hypervisor-firmware copied to clipboard

Migrate to Rust 2024 Edition

Open retrage opened this issue 11 months ago • 0 comments
trafficstars

The Rust 2024 edition is being stabilized in the next two days, according to the document (https://doc.rust-lang.org/nightly/edition-guide/rust-2024/index.html). Although we have three months until the official release date, we should consider migrating to the edition.

The biggest issue is that the static mut is marked as denied by default in the edition.

retrage avatar Nov 26 '24 14:11 retrage