]> git.lizzy.rs Git - rust.git/blob - src/test/ui/E0594.ast.nll.stderr
Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk
[rust.git] / src / test / ui / E0594.ast.nll.stderr
1 error[E0594]: cannot assign to immutable static item `NUM`
2   --> $DIR/E0594.rs:17:5
3    |
4 LL |     NUM = 20; //[ast]~ ERROR E0594
5    |     ^^^^^^^^ cannot assign
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0594`.