add a comment
This commit is contained in:
parent
a963103898
commit
00644c12ed
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
fn main() {
|
||||
// Make sure we detect all crates from this workspace as "local".
|
||||
// The env var is set during the "build" so we can use `env!` to access it directly.
|
||||
println!("{}", env!("MIRI_LOCAL_CRATES"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue