]> git.lizzy.rs Git - rust.git/blob - src/test/ui/thread-local-mutation.stderr
Auto merge of #58488 - wesleywiser:llvm_prof, r=michaelwoerister
[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
9 For more information about this error, try `rustc --explain E0594`.