rust/src
Aaron Hill 4da0aeb40e
Set RUSTC_WRAPPER instead of RUSTC when invoking Cargo
Some build scripts rely on the RUSTC binary being the actual compiler
(e.g. parsing the output of 'RUSTC --version'). To prevent clippy from
breaking these build scripts, this commit sets RUSTC_WRAPPER instead.
This will cause Cargo to leave RUSTC unchanged, making the use of clippy
transparent to build scripts.
2017-09-28 13:59:51 -04:00
..
lib.rs Handfix dogfood issues with the rustfmt changes 2017-08-14 09:43:26 +02:00
main.rs Set RUSTC_WRAPPER instead of RUSTC when invoking Cargo 2017-09-28 13:59:51 -04:00