Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
lint
/
unused_braces_macro.rs
blob: f9da4ed4e4930a785c48127ba8ff61bb65c37446 [
file
] [
log
] [
blame
]
//@ build-pass
pub
fn
foo
<
const
BAR
:
bool
>
()
{}
fn
main
()
{
foo
::<{
cfg
!(
FALSE
)}>();
}