Skip to content

Commit

Permalink
Add link to Cargo RUSTC_WRAPPER PR
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 12, 2022
1 parent d2c83e2 commit b3dcb92
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 b3dcb92

Please sign in to comment.