mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 04:08:22 +00:00
Spotted during an in-person review of unrelated changes, `match_normalize_trait_ref` could be using `DeepRejectCtxt` to exit early as an optimisation for prejection candidates, like is done in param candidates.