mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-05 05:47:39 +03:00
Merge pull request #279 from dtolnay/depinfo
Make env-dep:RUSTC_BOOTSTRAP get listed in probe's dep-info
This commit is contained in:
commit
4619db8644
1 changed files with 3 additions and 0 deletions
|
@ -27,3 +27,6 @@ impl Error for MyError {
|
||||||
request.provide_ref(&self.0);
|
request.provide_ref(&self.0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Include in sccache cache key.
|
||||||
|
const _: Option<&str> = option_env!("RUSTC_BOOTSTRAP");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue