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