Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
consts
/
const-as-fn.rs
blob: 388f907f8d2c36acbef578fe7b0ba983c596f2f1 [
file
] [
log
] [
blame
] [
edit
]
const
FOO
:
usize
=
0
;
fn
main
()
{
FOO
();
//~ ERROR expected function, found `usize`
}