mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 21:17:03 +00:00
Fix ICE, generalize 'move generics to trait' suggestion for >0 non-rcvr arguments Fixes #101421 cc #100838
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.