From 12f0b6f2fb5ab0bdad539fc28b12d6161901103f Mon Sep 17 00:00:00 2001 From: sinkuu Date: Sun, 6 Nov 2016 20:54:00 +0900 Subject: [PATCH] Fix typo --- 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 be012d8976f6..f5432c6e0fcd 100644 --- a/src/librustc_typeck/diagnostics.rs +++ b/src/librustc_typeck/diagnostics.rs @@ -1355,7 +1355,7 @@ extern "rust-intrinsic" { } ``` -Please check that you provided the right number of lifetime parameters +Please check that you provided the right number of type parameters and verify with the function declaration in the Rust source code. Example: