blob: b294a8572fbc68fef3854bad8eb375e49cbbe726 (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: const globals cannot be mutable
--> $DIR/issue-17718-const-mut.rs:14:1
|
LL | mut //~ ERROR: const globals cannot be mutable
| ^^^
|
= help: did you mean to declare a static?
error: aborting due to previous error
|