rust/src/test/ui/E0594.ast.nll.stderr
2018-12-25 21:08:33 -07:00

10 lines
268 B
Plaintext

error[E0594]: cannot assign to immutable static item `NUM`
--> $DIR/E0594.rs:7:5
|
LL | NUM = 20; //[ast]~ ERROR E0594
| ^^^^^^^^ cannot assign
error: aborting due to previous error
For more information about this error, try `rustc --explain E0594`.