Sign in
fuchsia
/
fuchsia
/
refs/heads/releases/dogfood
/
.
/
third_party
/
rust_crates
/
vendor
/
crossbeam-epoch
/
build.rs
blob: d451c24b2f1fa64f283c026693f838f7aabbc7e3 [
file
] [
log
] [
blame
] [
edit
]
extern
crate autocfg
;
fn
main
()
{
let
cfg
=
autocfg
::
new
();
if
cfg
.
probe_rustc_version
(
1
,
31
)
{
println
!(
"cargo:rustc-cfg=has_min_const_fn"
);
}
}