summary refs log tree commit diff
path: root/src/test/ui/parser/issue-17718-const-mut.stderr
blob: 29a65ebe418891af89d65fdb2ef64d974e059716 (plain)
1
2
3
4
5
6
7
8
9
10
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