We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba534f6 commit 5ac262fCopy full SHA for 5ac262f
src/librustc_typeck/diagnostics.rs
@@ -581,7 +581,7 @@ register_diagnostics! {
581
E0231, // only named substitution parameters are allowed
582
E0232, // this attribute must have a value
583
E0233,
584
- E0234, // `for` loop expression has type which does not implement the `Iterator` trait
+ E0234,
585
E0235, // structure constructor specifies a structure of type but
586
E0236, // no lang item for range syntax
587
E0237, // no lang item for range syntax
0 commit comments