]> git.lizzy.rs Git - rust.git/blob - src/test/ui/thread-local-mutation.stderr
Auto merge of #59826 - llogiq:multi-dbg, r=SimonSapin
[rust.git] / src / test / ui / thread-local-mutation.stderr
1 error[E0594]: cannot assign to immutable thread-local static item
2   --> $DIR/thread-local-mutation.rs:11:5
3    |
4 LL |     S = "after";
5    |     ^^^^^^^^^^^
6
7 error: aborting due to previous error
8