From 295457192d100b62fa2c6148ad6b98b2b619937d Mon Sep 17 00:00:00 2001 From: Xiretza Date: Wed, 17 Aug 2022 11:45:35 +0200 Subject: [PATCH] fluent: fix slug name for borrowck::generic_does_not_live_long_enough --- compiler/rustc_error_messages/locales/en-US/borrowck.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_error_messages/locales/en-US/borrowck.ftl b/compiler/rustc_error_messages/locales/en-US/borrowck.ftl index 93224f843fba..a96fe7c8a05d 100644 --- a/compiler/rustc_error_messages/locales/en-US/borrowck.ftl +++ b/compiler/rustc_error_messages/locales/en-US/borrowck.ftl @@ -14,5 +14,5 @@ borrowck_could_not_normalize = borrowck_higher_ranked_subtype_error = higher-ranked subtype error -generic_does_not_live_long_enough = +borrowck_generic_does_not_live_long_enough = `{$kind}` does not live long enough