-
Notifications
You must be signed in to change notification settings - Fork 536
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
"Diagnostics: reporting errors and lints" #14
Labels
E-easy
Difficulty: might be a good place for a beginner
E-help-wanted
Call for participation: extra help is wanted
Comments
Julian-Wollersberger
added a commit
to Julian-Wollersberger/rustc-guide
that referenced
this issue
May 17, 2019
When I recently searched for infos in this guide on how to create a warning, I couldn't find any. Later I found it through rust-lang#14. The reason was that I didn't know the term 'diagnostics' and that it is the collective term for errors, warnings and lints. Renaming the chapter to include the word 'error' should help. I think also including 'warning' in the title shouldn't be neccessary, because it's close enought.
mark-i-m
pushed a commit
that referenced
this issue
May 17, 2019
When I recently searched for infos in this guide on how to create a warning, I couldn't find any. Later I found it through #14. The reason was that I didn't know the term 'diagnostics' and that it is the collective term for errors, warnings and lints. Renaming the chapter to include the word 'error' should help. I think also including 'warning' in the title shouldn't be neccessary, because it's close enought.
Looks to me like this issue is currently missing the following: Errors:
Lints: |
It might also be nice to link to the lint naming |
mark-i-m
pushed a commit
to spastorino/rustc-dev-guide
that referenced
this issue
Jan 2, 2020
When I recently searched for infos in this guide on how to create a warning, I couldn't find any. Later I found it through rust-lang#14. The reason was that I didn't know the term 'diagnostics' and that it is the collective term for errors, warnings and lints. Renaming the chapter to include the word 'error' should help. I think also including 'warning' in the title shouldn't be neccessary, because it's close enought.
Triage: closing. As we now have sections on diagnostics, this issue is a bit too general. I'm closing this in favor of more specific issues. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
E-easy
Difficulty: might be a good place for a beginner
E-help-wanted
Call for participation: extra help is wanted
We should talk first about:
span_label
etcEDIT(mark-i-m): See #14 (comment)
cc @estebank
The text was updated successfully, but these errors were encountered: