diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2019-12-08 09:33:06 +0100 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2019-12-13 11:27:02 +0100 |
| commit | c7471ad43a60cbc84f8c3de9ad17401d3e5b4c4c (patch) | |
| tree | 4297876c48b5cfb65370664782b1b8092dfea54a | |
| parent | 5e17e3988165d3245e38af0b1c40cde47699f6a7 (diff) | |
| download | rust-c7471ad43a60cbc84f8c3de9ad17401d3e5b4c4c.tar.gz rust-c7471ad43a60cbc84f8c3de9ad17401d3e5b4c4c.zip | |
Compiler internal error codes need no documentation
| -rw-r--r-- | src/tools/tidy/src/error_codes_check.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/tidy/src/error_codes_check.rs b/src/tools/tidy/src/error_codes_check.rs index 311914ef23b..22e4111ff3a 100644 --- a/src/tools/tidy/src/error_codes_check.rs +++ b/src/tools/tidy/src/error_codes_check.rs @@ -41,8 +41,11 @@ const WHITELIST: &[&str] = &[ "E0514", "E0519", "E0523", + "E0553", "E0554", "E0570", + "E0629", + "E0630", "E0640", "E0717", "E0727", |
