Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
consts
/
const-as-fn.rs
blob: 388f907f8d2c36acbef578fe7b0ba983c596f2f1 [
file
] [
log
] [
blame
]
const
FOO
:
usize
=
0
;
fn
main
()
{
FOO
();
//~ ERROR expected function, found `usize`
}