From 231e3a041512027b13c87b07fe2a22c89b290adb Mon Sep 17 00:00:00 2001 From: Matthew Kelly Date: Tue, 23 Aug 2022 05:26:47 -0400 Subject: [PATCH] actually fix typo this time --- compiler/rustc_error_codes/src/error_codes/E0311.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_error_codes/src/error_codes/E0311.md b/compiler/rustc_error_codes/src/error_codes/E0311.md index 00b23c42052..e73d5f16f9b 100644 --- a/compiler/rustc_error_codes/src/error_codes/E0311.md +++ b/compiler/rustc_error_codes/src/error_codes/E0311.md @@ -1,5 +1,5 @@ This error occurs when there is insufficient information for the rust compiler -to prove that some time has a long enough lifetime. +to prove that a type has a long enough lifetime. Erroneous code example: