rust/tests/run-make/compiler-builtins
Josh Stone 4e53640b17 Pass the current cargo to run-make tests
A couple tests were using `BOOTSTRAP_CARGO` with `-Zbuild-std`, but that
stage0 cargo might not always be in sync with in-tree changes. In
particular, those tests started failing on the beta branch because the
older cargo couldn't find the library `Cargo.lock`, and then couldn't
build the latest version of `compiler_builtins` that had nightly changes.
2024-09-20 15:47:36 -07:00
..
Cargo.toml Remove all usages of tmp_dir from tests 2024-06-07 11:12:24 +02:00
lib.rs Remove all usages of tmp_dir from tests 2024-06-07 11:12:24 +02:00
rmake.rs Pass the current cargo to run-make tests 2024-09-20 15:47:36 -07:00