]> git.lizzy.rs Git - rust.git/blob - tests/ui/thread-local-mutation.stderr
Rollup merge of #106715 - BoxyUwU:new_solver_triagebot, r=lcnr
[rust.git] / tests / 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`.