rust/compiler/rustc_typeck
TheWastl cda6ecfc3d typeck: better diagnostics for missing inaccessible fields in struct literals/patterns
- typeck/expr: don't suggest adding fields in struct literals with inaccessible fields
- typeck/pat: suggest ignoring inaccessible fields in struct patterns
2021-08-10 16:18:37 +02:00
..

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