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.
1 parent bb82124 commit d39b683Copy full SHA for d39b683
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