We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88a699 commit b916fa9Copy full SHA for b916fa9
build.rs
@@ -65,9 +65,6 @@ fn main() {
65
}
66
67
fn compile_probe() -> Option<ExitStatus> {
68
- // FIXME: obsoleted by https://github.com/rust-lang/cargo/pull/10973
69
- println!("cargo:rerun-if-env-changed=RUSTC_WRAPPER");
70
-
71
let rustc = env::var_os("RUSTC")?;
72
let out_dir = env::var_os("OUT_DIR")?;
73
let probefile = Path::new(&out_dir).join("probe.rs");
0 commit comments