Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set RUSTC_WRAPPER instead of RUSTC when invoking Cargo #2087

Merged
merged 1 commit into from
Sep 29, 2017

Commits on Sep 28, 2017

  1. 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.
    Aaron1011 committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    4da0aeb View commit details
    Browse the repository at this point in the history