rust/src/test/ui/parser/issue-17718-const-mut.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

11 lines
241 B
Plaintext

error: const globals cannot be mutable
--> $DIR/issue-17718-const-mut.rs:2:1
|
LL | const
| ----- help: you might want to declare a static instead: `static`
LL | mut
| ^^^ cannot be mutable
error: aborting due to previous error