rust/tests
Joshua Nelson 321c530fad
Don't pass --sysroot twice if SYSROOT is set
This is useful for rust-lang/rust to allow setting a sysroot that's
*only* for build scripts, different from the regular sysroot passed in
RUSTFLAGS (since cargo doesn't apply RUSTFLAGS to build scripts or
proc-macros).

That said, the exact motivation is not particularly important: this
fixes a regression from
5907e9155e (r1060215684).

Note that only RUSTFLAGS is tested in the new integration test; passing
--sysroot through `clippy-driver` never worked as far as I can tell, and
no one is using it, so I didn't fix it here.
2023-01-12 18:32:47 +01:00
..
test_utils
ui Auto merge of #10184 - robertbastian:master, r=xFrednet 2023-01-12 14:59:41 +00:00
ui-cargo
ui-internal
ui-toml [arithmetic-side-effects] Consider negative numbers and add more tests 2023-01-06 12:25:51 -03:00
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs
dogfood.rs
integration.rs Don't pass --sysroot twice if SYSROOT is set 2023-01-12 18:32:47 +01:00
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs
workspace.rs