Skip to content

Commit

Permalink
Remove comment description of E0234.
Browse files Browse the repository at this point in the history
This error code has been removed.
  • Loading branch information
Nick Hamann committed May 13, 2015
1 parent ba534f6 commit 5ac262f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_typeck/diagnostics.rs
Expand Up @@ -581,7 +581,7 @@ register_diagnostics! {
E0231, // only named substitution parameters are allowed
E0232, // this attribute must have a value
E0233,
E0234, // `for` loop expression has type which does not implement the `Iterator` trait
E0234,
E0235, // structure constructor specifies a structure of type but
E0236, // no lang item for range syntax
E0237, // no lang item for range syntax
Expand Down

0 comments on commit 5ac262f

Please sign in to comment.