rust/compiler/rustc_typeck
Esteban Küber 0b8f192cfe Use multispan suggestions more often
* Use more accurate span for `async move` suggestion
* Use more accurate span for deref suggestion
* Use `multipart_suggestion` more often
2021-07-30 09:26:31 -07:00
..
2021-07-30 09:26:31 -07:00

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