Migrate core to Rust 2024
This commit is contained in:
parent
590b277d25
commit
0e071c2c6a
8 changed files with 18 additions and 48 deletions
|
@ -5,7 +5,7 @@ use run_make_support::{rustc, source_root};
|
|||
|
||||
fn main() {
|
||||
rustc()
|
||||
.edition("2021")
|
||||
.edition("2024")
|
||||
.arg("-Dwarnings")
|
||||
.crate_type("rlib")
|
||||
.input(source_root().join("library/core/src/lib.rs"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue