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 bcce4cc commit 3ca784fCopy full SHA for 3ca784f
build.rs
@@ -10,5 +10,5 @@ fn main() {
10
panic!("i128 support was not detected!");
11
}
12
13
- autocfg::rerun_path(file!());
+ autocfg::rerun_path("build.rs");
14
0 commit comments