Skip to content

Commit

Permalink
Merge pull request #279 from dtolnay/depinfo
Browse files Browse the repository at this point in the history
Make env-dep:RUSTC_BOOTSTRAP get listed in probe's dep-info
  • Loading branch information
dtolnay committed Jan 2, 2024
2 parents e0500ad + 7b53bff commit 4619db8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/probe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ impl Error for MyError {
request.provide_ref(&self.0);
}
}

// Include in sccache cache key.
const _: Option<&str> = option_env!("RUSTC_BOOTSTRAP");

0 comments on commit 4619db8

Please sign in to comment.