Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd Error Index #1472
Add Error Index #1472
Comments
|
Hey! I am a CS student in college and I am interested in contributing to the open-source community. This is my first time trying to make contributions and I came across this issue due to its good first issue label. I wanted to see if there was a more in-depth explanation of what I could do to resolve this issue! |
|
Hey @Suket-shah! Glad to see you want to help. Here are the diagnostic messages and you can open a pull request to the website and use snippets. |
Currently rust provides a page that has examples for each compiler error: https://doc.rust-lang.org/error-index.html
For example,
E0107
An incorrect number of generic arguments were provided.
Erroneous code example:
They even let you run the code in a sandbox to see the error in action!