mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
make run-make tests use 2024 edition by default
This commit is contained in:
@@ -125,7 +125,7 @@ pub(super) fn run_rmake_test(&self) {
|
||||
// `extern run_make_support;`.
|
||||
.arg("--extern")
|
||||
.arg(format!("run_make_support={}", &support_lib_path))
|
||||
.arg("--edition=2021")
|
||||
.arg("--edition=2024")
|
||||
.arg(&self.testpaths.file.join("rmake.rs"))
|
||||
.arg("-Cprefer-dynamic");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user