-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Add error codes for all errors #42229
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
Comments
Ah nice, I'll work on it then! |
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Jun 1, 2017
…, r=Susurrus New error codes next Part rust-lang#42229. To be merged after rust-lang#42264. cc @Susurrus
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Jun 1, 2017
…, r=Susurrus New error codes next Part rust-lang#42229. To be merged after rust-lang#42264. cc @Susurrus
This was referenced Jun 7, 2017
Merged
Merged
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Jun 13, 2017
…2, r=eddyb Add E0617 Part of rust-lang#42229. cc @Susurrus @frewsxcv @QuietMisdreavus
Merged
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Jun 16, 2017
…uietMisdreavus Error codes new Part of rust-lang#42229. cc @Susurrus @frewsxcv @QuietMisdreavus
bors
added a commit
that referenced
this issue
Jun 22, 2017
New error codes Part of #42229. cc @Susurrus @frewsxcv @QuietMisdreavus
Mark-Simulacrum
added
the
A-diagnostics
Area: Messages for errors, warnings, and lints
label
Jun 23, 2017
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Jun 27, 2017
…des, r=QuietMisdreavus Create more error codes Fixes rust-lang#31174. Part of rust-lang#42229. cc @Susurrus
All done in here! |
Awesome, thanks for your hard work on all these changes @GuillaumeGomez! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is related to work for adding explanations for all errors (#32777) and updating all errors to the new error format (#35233). Unfortunately not all errors have error codes. This is a tracking issue for those errors. I'd think eventually we'd want error codes for all errors so that they're easy to reference.
attempted access of field _ on type _, but no field with that name was found
_ does not live long enough
borrowed value does not live long enough
cannot borrow immutable borrowed content _ as mutable
the type of this value must be known in this context
non-scalar cast: _ as _
no associated item named _ found for type _ in the current scope
cc @GuillaumeGomez
The text was updated successfully, but these errors were encountered: