mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-15 02:14:15 +00:00
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`