rust/compiler/rustc_typeck
Camelid ed6232927b typeck: Emit structured suggestions for tuple struct syntax
And tuple variant syntax, but that didn't fit in the subject :)

Now the fact that these are suggestions is exposed both to the layout
engine and to IDEs and rustfix for automatic application.
2021-02-04 11:58:55 -08:00
..

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