rust/compiler/rustc_typeck
Mara Bos db44069482
Rollup merge of #88497 - m-ou-se:prelude-collision-glob, r=nikomatsakis
Fix prelude collision suggestions for glob imported traits.

Fixes https://github.com/rust-lang/rust/issues/88471

cc `@nikomatsakis`
2021-08-31 10:41:28 +02:00
..

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.