Rollup merge of #89710 - sireliah:e0482, r=GuillaumeGomez
Add long explanation for error E0482 This is longer explanation for error E0482 in the #61137. Please take a look and leave some feedback!
This commit is contained in:
commit
57504aafe8
3 changed files with 75 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ use regex::Regex;
|
|||
// A few of those error codes can't be tested but all the others can and *should* be tested!
|
||||
const EXEMPTED_FROM_TEST: &[&str] = &[
|
||||
"E0227", "E0279", "E0280", "E0313", "E0377", "E0461", "E0462", "E0464", "E0465", "E0476",
|
||||
"E0482", "E0514", "E0519", "E0523", "E0554", "E0640", "E0717", "E0729",
|
||||
"E0514", "E0519", "E0523", "E0554", "E0640", "E0717", "E0729",
|
||||
];
|
||||
|
||||
// Some error codes don't have any tests apparently...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue