Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
lint
/
unused_braces_macro.rs
blob: bfee95378bffee699ed674f2b8641f9933bda49d [
file
] [
log
] [
blame
]
// build-pass
pub
fn
foo
<
const
BAR
:
bool
>
()
{}
fn
main
()
{
foo
::<{
cfg
!(
feature
=
"foo"
)}>();
}