rust/compiler/rustc_hir_analysis
Matthias Krüger 4d5ad194d5
Rollup merge of #133660 - compiler-errors:trait-obj-missing-assoc, r=lcnr
Do not create trait object type if missing associated types

r? lcnr
2024-12-01 08:15:25 +01:00
..

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