Skip to content

Commit 5ac262f

Browse files
author
Nick Hamann
committed
Remove comment description of E0234.
This error code has been removed.
1 parent ba534f6 commit 5ac262f

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
@@ -581,7 +581,7 @@ register_diagnostics! {
581581
E0231, // only named substitution parameters are allowed
582582
E0232, // this attribute must have a value
583583
E0233,
584-
E0234, // `for` loop expression has type which does not implement the `Iterator` trait
584+
E0234,
585585
E0235, // structure constructor specifies a structure of type but
586586
E0236, // no lang item for range syntax
587587
E0237, // no lang item for range syntax

0 commit comments

Comments
 (0)