diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2023-01-17 08:00:01 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2023-01-17 08:00:01 +0000 |
| commit | 1a6ab6c16a4902aef1e6d49ca188e1e112c677b7 (patch) | |
| tree | 6a38acf45c3807c2328fe864eba905c063bb3b41 | |
| parent | 4781233a77e879e49cb5ce3c98d2abba6a6ade7a (diff) | |
| download | rust-1a6ab6c16a4902aef1e6d49ca188e1e112c677b7.tar.gz rust-1a6ab6c16a4902aef1e6d49ca188e1e112c677b7.zip | |
Empty regions don't exist anymore, remove them from fluent
| -rw-r--r-- | compiler/rustc_error_messages/locales/en-US/infer.ftl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_error_messages/locales/en-US/infer.ftl b/compiler/rustc_error_messages/locales/en-US/infer.ftl index ae0091b0373..03a51142a3d 100644 --- a/compiler/rustc_error_messages/locales/en-US/infer.ftl +++ b/compiler/rustc_error_messages/locales/en-US/infer.ftl @@ -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 |
