Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typeck: don't suggest inaccessible private fields #76524

Merged

Commits on Sep 10, 2020

  1. typeck/expr: inaccessible private fields

    This commit adjusts the missing field diagnostic logic for struct
    expressions in typeck to improve the diagnostic when the missing
    fields are inaccessible.
    
    Signed-off-by: David Wood <[email protected]>
    davidtwco committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    c0894e7 View commit details
    Browse the repository at this point in the history
  2. typeck/pat: inaccessible private fields

    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 <[email protected]>
    davidtwco committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    409c141 View commit details
    Browse the repository at this point in the history