diff options
| author | Boxy <supbscripter@gmail.com> | 2022-10-27 21:48:41 +0100 |
|---|---|---|
| committer | Boxy <supbscripter@gmail.com> | 2022-10-27 21:48:47 +0100 |
| commit | c00ff9c4d01e8ba64bf03aaf3bb7940874d3e094 (patch) | |
| tree | 3a048102d81033d88e258a103fe67f2d6479a9cc /compiler/rustc_error_messages | |
| parent | 0da281b6068a7d889ae89a9bd8991284cc9b7535 (diff) | |
| download | rust-c00ff9c4d01e8ba64bf03aaf3bb7940874d3e094.tar.gz rust-c00ff9c4d01e8ba64bf03aaf3bb7940874d3e094.zip | |
DoIt
Diffstat (limited to 'compiler/rustc_error_messages')
| -rw-r--r-- | compiler/rustc_error_messages/locales/en-US/hir_analysis.ftl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_error_messages/locales/en-US/hir_analysis.ftl b/compiler/rustc_error_messages/locales/en-US/hir_analysis.ftl index 7ac44312695..7cedfca5728 100644 --- a/compiler/rustc_error_messages/locales/en-US/hir_analysis.ftl +++ b/compiler/rustc_error_messages/locales/en-US/hir_analysis.ftl @@ -146,3 +146,5 @@ hir_analysis_const_impl_for_non_const_trait = hir_analysis_const_bound_for_non_const_trait = ~const can only be applied to `#[const_trait]` traits + +hir_analysis_self_in_impl_self = `Self` is not valid at this location |
