Skip to content

Commit 7b53bff

Browse files
committed
Make env-dep:RUSTC_BOOTSTRAP get listed in probe's dep-info
1 parent e0500ad commit 7b53bff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/probe.rs

Lines changed: 3 additions & 0 deletions
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)