]> git.lizzy.rs Git - rust.git/blob - src/test/ui/nll/constant-thread-locals-issue-47053.stderr
Rollup merge of #60685 - dtolnay:spdx, r=nikomatsakis
[rust.git] / src / test / ui / nll / constant-thread-locals-issue-47053.stderr
1 error[E0594]: cannot assign to immutable static item `FOO`
2   --> $DIR/constant-thread-locals-issue-47053.rs:10:5
3    |
4 LL |     FOO = 6;
5    |     ^^^^^^^ cannot assign
6
7 error: aborting due to previous error
8