rust/compiler/rustc_typeck
Dylan DPC 8936211661
Rollup merge of #101427 - compiler-errors:issue-101421, r=cjgillot
Fix ICE, generalize 'move generics to trait' suggestion for >0 non-rcvr arguments

Fixes #101421
cc #100838
2022-09-06 16:34:45 +05:30
..

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