From e4cc54ed06e792881791e380ad1eac0f14024ff4 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Thu, 8 Oct 2015 11:32:38 +0200 Subject: [PATCH] Fix typo in E0101 --- src/librustc_typeck/diagnostics.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/librustc_typeck/diagnostics.rs b/src/librustc_typeck/diagnostics.rs index 8408e9c0c70..4746819f6a9 100644 --- a/src/librustc_typeck/diagnostics.rs +++ b/src/librustc_typeck/diagnostics.rs @@ -1308,8 +1308,8 @@ extern "rust-intrinsic" { "##, E0101: r##" -You hit this error because the compiler the compiler lacks information -to determine a type for this expression. Erroneous code example: +You hit this error because the compiler lacks the information to +determine a type for this expression. Erroneous code example: ``` fn main() {