Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
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
)}>();
}