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
make [`mutex_atomic`] more type aware
fixes: rust-lang#9872
---
changelog: [`mutex_atomic`] now suggests more specific atomic types and skips mutex i128 and u128
The code:
Produces an ICE when compiled (using rustc from master at time of writing):
The text was updated successfully, but these errors were encountered: