rust/compiler/rustc_hir_analysis
Matthias Krüger 5de3a4ce0e
Rollup merge of #121480 - nnethercote:fix-more-121208-fallout, r=lcnr
Fix more #121208 fallout

#121208 converted lots of delayed bugs to bugs. Unsurprisingly, there were a few invalid conversion found via fuzzing.

r? `@lcnr`
2024-02-23 09:42:12 +01:00
..

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