-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create 2023-gsoc-error-codes.md template
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# `Adding Rsutc Error Codes to gccrs` | ||
|
||
- Name: | ||
- Github Profile URL: | ||
|
||
## Overview | ||
|
||
What is the project? What are rustc Error codes, show an example. Why are error codes useful (we will use this in passing the rustc testsuite to match error codes for error test-cases) | ||
|
||
### Challenges to adding Error Codes | ||
|
||
What difficulties did you face and what did you learn? | ||
|
||
### Example error messages | ||
|
||
Add two or three of your favourite error messages with their example code | ||
|
||
### Error codes added | ||
|
||
Add your list of your error codes |