rust/compiler/rustc_hir_analysis
bors 94524020ea Auto merge of #110036 - jackh726:placeholder_boundvar, r=nnethercote
Remove u32 on BrAnon and BoundTyKind::Anon in favor of BoundVar on Placeholder types

r? `@nnethercote`

Better alternative to #110025
2023-04-07 14:26:24 +00:00
..
2023-02-21 11:51:56 +11:00
2023-03-28 01:02:15 +00:00

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