We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0500ad + 7b53bff commit 4619db8Copy full SHA for 4619db8
build/probe.rs
@@ -27,3 +27,6 @@ impl Error for MyError {
27
request.provide_ref(&self.0);
28
}
29
30
+
31
+// Include in sccache cache key.
32
+const _: Option<&str> = option_env!("RUSTC_BOOTSTRAP");
0 commit comments