We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e280fe commit 8722399Copy full SHA for 8722399
build.rs
@@ -4,6 +4,8 @@ use std::path::Path;
4
use std::process::{self, Command, Stdio};
5
6
fn main() {
7
+ println!("cargo:rerun-if-changed=build/probe.rs");
8
+
9
let error_generic_member_access;
10
let consider_rustc_bootstrap;
11
if compile_probe(false) {
0 commit comments