From 5e17e3988165d3245e38af0b1c40cde47699f6a7 Mon Sep 17 00:00:00 2001 From: Oliver Scherer Date: Sun, 8 Dec 2019 01:43:10 +0100 Subject: Require stable/unstable annotations for the constness of all stable functions with a `const` modifier --- src/tools/tidy/src/error_codes_check.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tools') diff --git a/src/tools/tidy/src/error_codes_check.rs b/src/tools/tidy/src/error_codes_check.rs index 41c4b618e60..311914ef23b 100644 --- a/src/tools/tidy/src/error_codes_check.rs +++ b/src/tools/tidy/src/error_codes_check.rs @@ -43,8 +43,6 @@ const WHITELIST: &[&str] = &[ "E0523", "E0554", "E0570", - "E0629", - "E0630", "E0640", "E0717", "E0727", -- cgit 1.4.1-3-g733a5 From c7471ad43a60cbc84f8c3de9ad17401d3e5b4c4c Mon Sep 17 00:00:00 2001 From: Oliver Scherer Date: Sun, 8 Dec 2019 09:33:06 +0100 Subject: Compiler internal error codes need no documentation --- src/tools/tidy/src/error_codes_check.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/tools') 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", -- cgit 1.4.1-3-g733a5