]> git.proxmox.com Git - rustc.git/blame - src/test/ui/consts/const-as-fn.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / consts / const-as-fn.stderr
CommitLineData
6a06907d
XL
1error[E0618]: expected function, found `usize`
2 --> $DIR/const-as-fn.rs:4:5
3 |
4LL | const FOO: usize = 0;
064997fb 5 | ---------------- `FOO` defined here
6a06907d
XL
6...
7LL | FOO();
8 | ^^^--
9 | |
10 | call expression requires function
11
12error: aborting due to previous error
13
14For more information about this error, try `rustc --explain E0618`.