1error: const globals cannot be mutable
2  --> $DIR/issue-17718-const-mut.rs:2:1
3   |
4LL | const
5   | ----- help: you might want to declare a static instead: `static`
6LL | mut
7   | ^^^ cannot be mutable
8
9error: aborting due to previous error
10
11