rust/compiler/rustc_hir_analysis
Guillaume Gomez f7043a41ce
Rollup merge of #120400 - estebank:bound-error-cleanup, r=oli-obk
Bound errors span label cleanup

Consolidate span labels for "this type doesn't satisfy a bound" for more compact diagnostic output.
2024-01-30 11:19:15 +01:00
..
2024-01-12 14:11:16 +03:00

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