rust/compiler/rustc_typeck
bors 4de7572097 Auto merge of #84410 - BoxyUwU:blue, r=varkor
Fix generic arg mismatch errors being ignored with explicit late bound lifetimes

Fixes #83466

r? `@varkor`
2021-05-01 21:07:10 +00:00
..

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