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 5114daa + 45e1681 commit 3a31a5fCopy full SHA for 3a31a5f
build.rs
@@ -3,6 +3,9 @@ use std::process::Command;
3
use std::str;
4
5
fn main() {
6
+ // Avoid unnecessary re-building.
7
+ println!("cargo:rerun-if-changed=build.rs");
8
+
9
let (rustc_minor_ver, is_nightly) =
10
rustc_minor_nightly().expect("Failed to get rustc version");
11
let rustc_dep_of_std = env::var("CARGO_FEATURE_RUSTC_DEP_OF_STD").is_ok();
0 commit comments