We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12907ab + d39b683 commit 74d99abCopy full SHA for 74d99ab
build.rs
@@ -1,4 +1,6 @@
1
fn main() {
2
+ // Don't rebuild miri when nothing changed.
3
+ println!("cargo:rerun-if-changed=build.rs");
4
// Re-export the TARGET environment variable so it can
5
// be accessed by miri.
6
let target = std::env::var("TARGET").unwrap();
0 commit comments