rust/compiler/rustc_typeck
Matthias Krüger 5af6624def
Rollup merge of #94355 - ouz-a:master, r=oli-bok
Add one more case to avoid ICE

Fix for the  #94291, added one more case to related function to avoid ICE.

Not sure if my test is in the correct place 😅
2022-02-26 00:49:22 +01:00
..

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