mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 18:55:31 +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`