Sha256: 558b4d0b9e9b3a44f7e1a2b69f7a7567ea721cd45cb54f4e458e850bf702f35c
Contents?: true
Size: 291 Bytes
Versions: 14
Compression:
Stored size: 291 Bytes
Contents
fn main() { // If "std" is explicitly requested, don't bother probing the target for it. match std::env::var_os("CARGO_FEATURE_STD") { Some(_) => autocfg::emit("has_std"), None => autocfg::new().emit_sysroot_crate("std"), } autocfg::rerun_path("build.rs"); }
Version data entries
14 entries across 14 versions & 1 rubygems