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
rust-lang/rust#92584 created a compiler-internal lint for unstable iterations over HashMaps. Ideally, we can lift it into https://github.com/trailofbits/dylint and run it over Serai to ensure we aren't expecting stable iteration from something with an unstable insertion order.
rust-lang/rust#92584 created a compiler-internal lint for unstable iterations over HashMaps. Ideally, we can lift it into https://github.com/trailofbits/dylint and run it over Serai to ensure we aren't expecting stable iteration from something with an unstable insertion order.
I also requested this as a clippy lint in rust-lang/rust-clippy#11788.
The text was updated successfully, but these errors were encountered: