Add instructions to test error code docs (#2145)
This commit is contained in:
parent
f6841a6fa3
commit
dd819cf4c7
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue