]> git.proxmox.com Git - rustc.git/blame - src/test/ui/nll/constant-thread-locals-issue-47053.stderr
New upstream version 1.30.0~beta.7+dfsg1
[rustc.git] / src / test / ui / nll / constant-thread-locals-issue-47053.stderr
CommitLineData
b7449926
XL
1error[E0594]: cannot assign to immutable static item `FOO`
2 --> $DIR/constant-thread-locals-issue-47053.rs:20:5
3 |
4LL | FOO = 6; //~ ERROR cannot assign to immutable static item `FOO` [E0594]
5 | ^^^^^^^ cannot assign
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0594`.