You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/golddranks/multi_mut has been written before Rust had an aliasing model, and before &mut had noalias annotations in LLVM. It violates Stacked Borrows and is likely UB under current LLVM behavior:
https://github.com/golddranks/multi_mut has been written before Rust had an aliasing model, and before
&mut
hadnoalias
annotations in LLVM. It violates Stacked Borrows and is likely UB under current LLVM behavior:golddranks/multi_mut#1
The text was updated successfully, but these errors were encountered: