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 e603553 + b6c5963 commit 6e929faCopy full SHA for 6e929fa
build.rs
@@ -3,5 +3,5 @@ extern crate autocfg;
3
fn main() {
4
let ac = autocfg::new();
5
ac.emit_sysroot_crate("std");
6
- autocfg::rerun_path(file!());
+ autocfg::rerun_path("build.rs");
7
}
0 commit comments