make run-make tests use 2024 edition by default

This commit is contained in:
Tshepang Mbambo
2025-11-27 12:17:04 +02:00
committed by GitHub
parent a4175159da
commit 71b97d27ca
@@ -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");