rust/compiler/rustc_hir_analysis
León Orell Valerian Liehr 2fc88233cd
Rollup merge of #137631 - TaKO8Ki:issue-137508, r=compiler-errors
Avoid collecting associated types for undefined trait

Fixes #137508
Fixes #137554
2025-02-26 19:03:56 +01:00
..

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