]> git.lizzy.rs Git - rust.git/blob - src/test/ui/thread-local-mutation.stderr
Rollup merge of #90498 - joshtriplett:target-tier-policy-draft-updates, r=Mark-Simulacrum
[rust.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`.