This commit adjusts the missing field diagnostic logic for struct patterns in typeck to improve the diagnostic when the missing fields are inaccessible. Signed-off-by: David Wood <david@davidtw.co>
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.