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
The CrateMetadata::cnum_map field is wrapped in a Lock but it does not seem to be mutated anywhere. Less mutable state is always better. To solve this task, remove the Lock and make things compile again.
The CrateMetadata::cnum_map field is wrapped in a
Lockbut it does not seem to be mutated anywhere. Less mutable state is always better. To solve this task, remove theLockand make things compile again.cc @rust-lang/wg-compiler-performance