Skip to content

Commit

Permalink
Merge pull request #258 from dtolnay/cargopr
Browse files Browse the repository at this point in the history
Add link to Cargo RUSTC_WRAPPER PR
  • Loading branch information
dtolnay committed Aug 12, 2022
2 parents d2c83e2 + b3dcb92 commit 180b96c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Expand Up @@ -65,6 +65,7 @@ fn main() {
}

fn compile_probe() -> Option<ExitStatus> {
// FIXME: obsoleted by https://github.com/rust-lang/cargo/pull/10973
println!("cargo:rerun-if-env-changed=RUSTC_WRAPPER");

let rustc = env::var_os("RUSTC")?;
Expand Down

0 comments on commit 180b96c

Please sign in to comment.