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 bb4c920 commit f64f76dCopy full SHA for f64f76d
build.rs
@@ -4,5 +4,5 @@ fn main() {
4
println!("cargo:rustc-cfg=has_int_exp_fmt");
5
}
6
7
- autocfg::rerun_path(file!());
+ autocfg::rerun_path("build.rs");
8
0 commit comments