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 c3dc769 commit 71f6ed8Copy full SHA for 71f6ed8
src/librustc_typeck/diagnostics.rs
@@ -611,7 +611,7 @@ register_diagnostics! {
611
E0231, // only named substitution parameters are allowed
612
E0232, // this attribute must have a value
613
E0233,
614
- E0234, // `for` loop expression has type which does not implement the `Iterator` trait
+ E0234,
615
E0235, // structure constructor specifies a structure of type but
616
E0236, // no lang item for range syntax
617
E0237, // no lang item for range syntax
0 commit comments