mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 01:13:11 +00:00
add a comment
This commit is contained in:
parent
a963103898
commit
00644c12ed
@ -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…
Reference in New Issue
Block a user