Skip to content

Commit 71b97d2

Browse files
authored
make run-make tests use 2024 edition by default
1 parent a417515 commit 71b97d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/compiletest/src/runtest/run_make.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ impl TestCx<'_> {
125125
// `extern run_make_support;`.
126126
.arg("--extern")
127127
.arg(format!("run_make_support={}", &support_lib_path))
128-
.arg("--edition=2021")
128+
.arg("--edition=2024")
129129
.arg(&self.testpaths.file.join("rmake.rs"))
130130
.arg("-Cprefer-dynamic");
131131

0 commit comments

Comments
 (0)