Sign in
fuchsia
/
fuchsia
/
b913ed1479780eeb0de1e6d2e9d0ed17267964af
/
.
/
third_party
/
rust_crates
/
vendor
/
lock_api
/
build.rs
blob: 886a3454c304953442464fdea60e253b3624de90 [
file
] [
log
] [
blame
]
fn
main
()
{
let
cfg
=
autocfg
::
new
();
if
cfg
.
probe_rustc_version
(
1
,
61
)
{
println
!(
"cargo:rustc-cfg=has_const_fn_trait_bound"
);
}
}