]> git.lizzy.rs Git - rust.git/commitdiff
Empty regions don't exist anymore, remove them from fluent
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 17 Jan 2023 08:00:01 +0000 (08:00 +0000)
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 17 Jan 2023 08:00:01 +0000 (08:00 +0000)
compiler/rustc_error_messages/locales/en-US/infer.ftl

index ae0091b03736f3b6c78343ae5d7487ab7b12606a..03a51142a3dfbacf2ead66746d00aa941f2c7586 100644 (file)
@@ -147,8 +147,6 @@ infer_region_explanation = {$pref_kind ->
 }{$desc_kind ->
     *[should_not_happen] [{$desc_kind}]
     [restatic] the static lifetime
-    [reempty] the empty lifetime
-    [reemptyuni] the empty lifetime in universe {$desc_arg}
     [revar] lifetime {$desc_arg}
 
     [as_defined] the lifetime `{$desc_arg}` as defined here