Skip to content

Commit c83f8b6

Browse files
authored
Rollup merge of #149378 - tshepang:patch-2, r=clubby789
make run-make tests use 2024 edition by default compiler/ and library/ use 2024 edition, so I thought why not run-make also
2 parents 267fe55 + 71b97d2 commit c83f8b6

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)