diff options
| author | omahs <73983677+omahs@users.noreply.github.com> | 2025-05-12 11:15:46 +0200 |
|---|---|---|
| committer | omahs <73983677+omahs@users.noreply.github.com> | 2025-05-12 17:20:49 +0000 |
| commit | 1caaa887003ed84b5c7022ded53ff50e699af666 (patch) | |
| tree | 364044934e331c2dc6f3ba4fdfd1a0e096cc5178 /compiler/rustc_hir_analysis/messages.ftl | |
| parent | ac9ac0e0f36dcd7f8a8f0405cd003585fe4e4426 (diff) | |
| download | rust-1caaa887003ed84b5c7022ded53ff50e699af666.tar.gz rust-1caaa887003ed84b5c7022ded53ff50e699af666.zip | |
Fix typos
Diffstat (limited to 'compiler/rustc_hir_analysis/messages.ftl')
| -rw-r--r-- | compiler/rustc_hir_analysis/messages.ftl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_hir_analysis/messages.ftl b/compiler/rustc_hir_analysis/messages.ftl index 277bb7bd3e1..f7f2b78f052 100644 --- a/compiler/rustc_hir_analysis/messages.ftl +++ b/compiler/rustc_hir_analysis/messages.ftl @@ -522,7 +522,7 @@ hir_analysis_trait_object_declared_with_no_traits = at least one trait is required for an object type .alias_span = this alias does not contain a trait -hir_analysis_traits_with_defualt_impl = traits with a default impl, like `{$traits}`, cannot be implemented for {$problematic_kind} `{$self_ty}` +hir_analysis_traits_with_default_impl = traits with a default impl, like `{$traits}`, cannot be implemented for {$problematic_kind} `{$self_ty}` .note = a trait object implements `{$traits}` if and only if `{$traits}` is one of the trait object's trait bounds hir_analysis_transparent_enum_variant = transparent enum needs exactly one variant, but has {$number} |
