mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-04 22:26:20 +00:00
Uplift trait ref is knowable into `rustc_next_trait_solver` Self-explanatory. Eliminates one more delegate method. r? lcnr cc ``@fmease``
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.