mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
11 lines
243 B
Plaintext
11 lines
243 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 1 previous error
|
|
|