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