blob: d54a57066b1e3d7ddd00f80c851b62c7708129f3 [file] [log] [blame]
error: const globals cannot be mutable
--> $DIR/issue-17718-const-mut.rs:4:1
|
LL | mut //~ ERROR: const globals cannot be mutable
| ^^^
|
= help: did you mean to declare a static?
error: aborting due to previous error