Conversation
@foxhkron
I mean, it makes sense and I'm thankful that Rust has the borrow checker
0
0
0
@foxhkron
The mutable reference could move the data to a different part in the memory and immutable references don't update (as far as I know). That would produce a dangling pointer
0
0
0
@foxhkron
Wait, I'm too stupid to read.
How do you synchronize the data between the threads?
0
0
0
@foxhkron Ok, that's weird. I can't think of any situations where this should happen
0
0
0