Skip to content

Commit 71f6ed8

Browse files
author
Nick Hamann
committed
Remove comment description of E0234.
This error code has been removed.
1 parent c3dc769 commit 71f6ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_typeck/diagnostics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ register_diagnostics! {
611611
E0231, // only named substitution parameters are allowed
612612
E0232, // this attribute must have a value
613613
E0233,
614-
E0234, // `for` loop expression has type which does not implement the `Iterator` trait
614+
E0234,
615615
E0235, // structure constructor specifies a structure of type but
616616
E0236, // no lang item for range syntax
617617
E0237, // no lang item for range syntax

0 commit comments

Comments
 (0)