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 listed types are non-Freeze types that should be treated as though they are for linting. e.g. Bytes uses an atomic internally, but the surface API doesn't expose the interior mutability.
instead of hardcoding a list of known-to-be-interior-mutable types and then doing a recursive search for them inside of a struct.
Mentioned in #14125 (comment)
Freeze
trait: Tracking Issue for theFreeze
trait rust#121675The text was updated successfully, but these errors were encountered: