struct fields are reported as unknown if their type is syntactically invalid. #126344
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
Current output
Desired output
Rationale and extra context
this can lead to an unmanageably large number of errors if there is a syntactic error in a struct that is used frequently throughout a crate, potentially even thousands of lines.
Other cases
No response
Rust Version
Anything else?
No response
The text was updated successfully, but these errors were encountered: