]> git.proxmox.com Git - rustc.git/blob - tests/ui/parser/issues/issue-17718-const-mut.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / parser / issues / issue-17718-const-mut.stderr
1 error: const globals cannot be mutable
2 --> $DIR/issue-17718-const-mut.rs:2:1
3 |
4 LL | const
5 | ----- help: you might want to declare a static instead: `static`
6 LL | mut
7 | ^^^ cannot be mutable
8
9 error: aborting due to previous error
10