https://github.com/rustkas/error-index
Study Rust compiler error indexes by tests
https://github.com/rustkas/error-index
error-indexes rust study tests
Last synced: over 1 year ago
JSON representation
Study Rust compiler error indexes by tests
- Host: GitHub
- URL: https://github.com/rustkas/error-index
- Owner: rustkas
- License: mit
- Created: 2018-11-12T08:12:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T17:42:13.000Z (over 7 years ago)
- Last Synced: 2025-01-26T10:45:00.971Z (over 1 year ago)
- Topics: error-indexes, rust, study, tests
- Language: Rust
- Size: 311 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Study Rust compiler error indexes by tests
This project helps to understand how Rust compiler helps software developers by error messages which it provides.
This project error by error (E0__) provide examples how to reproduce error message.
Improved examples describing compiler errors give a better understanding of how to write the correct code.
## How to study
1. Open a test.
2. Uncomment the code 'TODO' line below.
3. Launch the test.
Tests are [here](https://github.com/rustkas/error-index/tree/master/main_tests/tests).