From 7f830a874ccea9cf0ebfe88fa4074d5c5e9c53b4 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Mon, 29 Jun 2015 10:21:39 +0200 Subject: [PATCH] The come back of the "a" eaten by the void --- src/librustc/diagnostics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc/diagnostics.rs b/src/librustc/diagnostics.rs index 36ec48633dc..4673169a7de 100644 --- a/src/librustc/diagnostics.rs +++ b/src/librustc/diagnostics.rs @@ -361,7 +361,7 @@ http://doc.rust-lang.org/reference.html#ffi-attributes "##, E0109: r##" -You tried to give type parameter to a type which doesn't need it. Erroneous +You tried to give a type parameter to a type which doesn't need it. Erroneous code example: ```