mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-29 12:35:55 +00:00
6 lines
91 B
Rust
6 lines
91 B
Rust
const FOO: usize = 0;
|
|
|
|
fn main() {
|
|
FOO(); //~ ERROR expected function, found `usize`
|
|
}
|