Sign in
fuchsia
/
fuchsia
/
b913ed1479780eeb0de1e6d2e9d0ed17267964af
/
.
/
third_party
/
rust_crates
/
vendor
/
rand-0.6.5
/
build.rs
blob: a554ad9875e5209d23e5db291ce80b77ab2117dc [
file
] [
log
] [
blame
]
extern
crate autocfg
;
fn
main
()
{
println
!(
"cargo:rerun-if-changed=build.rs"
);
let
ac
=
autocfg
::
new
();
ac
.
emit_rustc_version
(
1
,
25
);
ac
.
emit_rustc_version
(
1
,
26
);
ac
.
emit_rustc_version
(
1
,
27
);
}