We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e141afb commit 353ca9fCopy full SHA for 353ca9f
rust-tooling/generate/src/lib.rs
@@ -131,7 +131,7 @@ fn generate_tests(slug: &str) -> Result<String> {
131
let rendered = rendered.replacen("#[ignore]\n", "", 1);
132
133
let mut child = Command::new("rustfmt")
134
- .args(["--color=always"])
+ .args(["--color=always", "--edition=2024"])
135
.stdin(Stdio::piped())
136
.stdout(Stdio::piped())
137
.stderr(Stdio::piped())
0 commit comments