mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 16:20:35 +00:00
Keep turbofish in prelude collision lint. Fixes https://github.com/rust-lang/rust/issues/88442
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.