From 5ac262f86c750c6c46901f2f8b9996d6662d80c9 Mon Sep 17 00:00:00 2001 From: Nick Hamann Date: Tue, 12 May 2015 03:06:30 -0500 Subject: [PATCH] Remove comment description of E0234. This error code has been removed. --- src/librustc_typeck/diagnostics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_typeck/diagnostics.rs b/src/librustc_typeck/diagnostics.rs index a06972a9392b0..a11a4edbd316b 100644 --- a/src/librustc_typeck/diagnostics.rs +++ b/src/librustc_typeck/diagnostics.rs @@ -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