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