We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c8950 commit 776466dCopy full SHA for 776466d
src/tools/tidy/src/error_codes.rs
@@ -357,7 +357,8 @@ fn check_error_codes_used(
357
errors.push(format!(
358
"Error code `{code}` exists, but is not emitted by the compiler!\n\
359
Please mark the code as no longer emitted by adding the following note to the top of the `EXXXX.md` file:\n\
360
- `#### Note: this error code is no longer emitted by the compiler`"
+ `#### Note: this error code is no longer emitted by the compiler`\n\
361
+ Also, do not forget to mark doctests that no longer apply as `ignore (error is no longer emitted)`."
362
));
363
}
364
0 commit comments