mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
b20f40dba9
Fix order of implementations in the "implementations on foreign types" section Fixes #117391. We forgot to run the `sort_by_cached_key` on this section. This fixes it. r? `@notriddle`