]> git.proxmox.com Git - rustc.git/blob - src/test/ui/thread-local-mutation.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / thread-local-mutation.stderr
1 error[E0594]: cannot assign to immutable static item `S`
2 --> $DIR/thread-local-mutation.rs:11:5
3 |
4 LL | S = "after";
5 | ^^^^^^^^^^^ cannot assign
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0594`.