`links` is a mutable variable and the compiler has...
# getting-started
m
links
is a mutable variable and the compiler has no guarantees that it will not be changed by another thread, for instance, between the if check and the next line