We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f922e74 commit a2f2943Copy full SHA for a2f2943
src/bootstrap/src/core/build_steps/format.rs
@@ -31,7 +31,7 @@ fn rustfmt(
31
// Avoid the submodule config paths from coming into play. We only allow a single global config
32
// for the workspace for now.
33
cmd.arg("--config-path").arg(src.canonicalize().unwrap());
34
- cmd.arg("--edition").arg("2021");
+ cmd.arg("--edition").arg("2024");
35
cmd.arg("--unstable-features");
36
cmd.arg("--skip-children");
37
if check {
0 commit comments