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/src | |
| parent | ac9ac0e0f36dcd7f8a8f0405cd003585fe4e4426 (diff) | |
| download | rust-1caaa887003ed84b5c7022ded53ff50e699af666.tar.gz rust-1caaa887003ed84b5c7022ded53ff50e699af666.zip | |
Fix typos
Diffstat (limited to 'compiler/rustc_hir_analysis/src')
| -rw-r--r-- | compiler/rustc_hir_analysis/src/errors.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_hir_analysis/src/errors.rs b/compiler/rustc_hir_analysis/src/errors.rs index 2b1661aaac8..152714b3407 100644 --- a/compiler/rustc_hir_analysis/src/errors.rs +++ b/compiler/rustc_hir_analysis/src/errors.rs @@ -1327,7 +1327,7 @@ pub(crate) struct ImplForTyRequires { } #[derive(Diagnostic)] -#[diag(hir_analysis_traits_with_defualt_impl, code = E0321)] +#[diag(hir_analysis_traits_with_default_impl, code = E0321)] #[note] pub(crate) struct TraitsWithDefaultImpl<'a> { #[primary_span] |
