mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
94554413c0
In this approach, we're using the `CARGO_BIN_EXE_clippy-driver` env var, which is set to the appropriate absolute path, invariant across the various possible `target-dir` and `build.build-dir` configurations. Do the same for `CARGO_CLIPPY_PATH` in tests/test_utils/mod.rs.