Add instructions to test error code docs (#2145)

This commit is contained in:
Taylor Cramer 2024-11-21 10:58:56 -08:00 committed by GitHub
parent 47a3a1d261
commit 6ea822df54
1 changed files with 9 additions and 0 deletions

View File

@ -93,3 +93,12 @@ struct_span_code_err!(...)
For an example of a PR adding an error code, see [#76143].
[#76143]: https://github.com/rust-lang/rust/pull/76143
## Running error code doctests
To test the examples added in `rustc_error_codes/src/error_codes`, run the
error index generator using:
```
./x test ./src/tools/error_index_generator
```