Open kayabaNerve opened 11 months ago
https://github.com/rust-lang/rust/pull/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 https://github.com/rust-lang/rust-clippy/issues/11788.
Just waiting for the above clippy to hit nightly.
https://github.com/rust-lang/rust/pull/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 https://github.com/rust-lang/rust-clippy/issues/11788.