]> git.lizzy.rs Git - rust.git/blob - src/test/ui/E0594.ast.nll.stderr
Auto merge of #60072 - RalfJung:linked-list, r=shepmaster
[rust.git] / src / test / ui / E0594.ast.nll.stderr
1 error[E0594]: cannot assign to immutable static item `NUM`
2   --> $DIR/E0594.rs:7:5
3    |
4 LL |     NUM = 20;
5    |     ^^^^^^^^ cannot assign
6
7 error: aborting due to previous error
8