We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b359fc7 commit 2b39658Copy full SHA for 2b39658
1 file changed
build.rs
@@ -16,5 +16,5 @@ fn main() {
16
autocfg::emit("has_const_fn");
17
}
18
19
- autocfg::rerun_path(file!());
+ autocfg::rerun_path("build.rs");
20
0 commit comments