rust/compiler/rustc_typeck
Badel2 84adf0d8dd Actually fix ICE from #96583
PR #96746 fixed a very similar bug, so the same logic is used in a
different place.
2022-05-08 19:57:47 +02:00
..
2022-05-08 19:57:47 +02:00

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