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 2719b90 commit 7a548a5Copy full SHA for 7a548a5
build.rs
@@ -1,4 +1,5 @@
1
fn main() {
2
+ println!("cargo:rerun-if-changed=build.rs");
3
let nightly = std::env::var_os("CARGO_FEATURE_NIGHTLY").is_some();
4
let has_stable_alloc = || autocfg::new().probe_rustc_version(1, 36);
5
0 commit comments