diff options
| author | Xiretza <xiretza@xiretza.xyz> | 2022-08-17 11:45:35 +0200 |
|---|---|---|
| committer | Xiretza <xiretza@xiretza.xyz> | 2022-08-18 12:34:11 +0200 |
| commit | 295457192d100b62fa2c6148ad6b98b2b619937d (patch) | |
| tree | bb7a8c93e503d676505d4fdf234b7ce7c198b10c | |
| parent | 00fec76ab53896c37eb584bc567d9a06865d0e17 (diff) | |
| download | rust-295457192d100b62fa2c6148ad6b98b2b619937d.tar.gz rust-295457192d100b62fa2c6148ad6b98b2b619937d.zip | |
fluent: fix slug name for borrowck::generic_does_not_live_long_enough
| -rw-r--r-- | compiler/rustc_error_messages/locales/en-US/borrowck.ftl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_error_messages/locales/en-US/borrowck.ftl b/compiler/rustc_error_messages/locales/en-US/borrowck.ftl index 93224f843fb..a96fe7c8a05 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 |
