1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-05 06:00:30 +02:00

Update to Rust 2024 edition. (#2658)

This commit is contained in:
Andrew Walbran
2025-05-23 19:03:03 +01:00
committed by GitHub
parent db47709e87
commit fc6e5c7526
83 changed files with 150 additions and 149 deletions

View File

@ -137,6 +137,8 @@ function playground_text(playground, hidden = true) {
edition = "2018";
} else if(classes.contains("edition2021")) {
edition = "2021";
} else if(classes.contains("edition2024")) {
edition = "2024";
}
var params = {
backtrace: true,