mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-27 15:06:50 +00:00
Match on lang item kind instead of using an if/else chain
Similar to how the new solver does this. Just noticed while I was adding a new entry to the chain 😆