Skip to content

Commit 4619db8

Browse files
authored
Merge pull request #279 from dtolnay/depinfo
Make env-dep:RUSTC_BOOTSTRAP get listed in probe's dep-info
2 parents e0500ad + 7b53bff commit 4619db8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/probe.rs

+3
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ impl Error for MyError {
2727
request.provide_ref(&self.0);
2828
}
2929
}
30+
31+
// Include in sccache cache key.
32+
const _: Option<&str> = option_env!("RUSTC_BOOTSTRAP");

0 commit comments

Comments
 (0)