rust/compiler/rustc_hir_analysis
Matthias Krüger 55d5cd5e95
Rollup merge of #109200 - compiler-errors:issue-109191, r=WaffleLapkin
Fix index out of bounds in `suggest_trait_fn_ty_for_impl_fn_infer`

Fixes #109191
2023-03-18 00:05:52 +01:00
..

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