about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src
diff options
context:
space:
mode:
authoromahs <73983677+omahs@users.noreply.github.com>2025-05-12 11:15:46 +0200
committeromahs <73983677+omahs@users.noreply.github.com>2025-05-12 17:20:49 +0000
commit1caaa887003ed84b5c7022ded53ff50e699af666 (patch)
tree364044934e331c2dc6f3ba4fdfd1a0e096cc5178 /compiler/rustc_hir_analysis/src
parentac9ac0e0f36dcd7f8a8f0405cd003585fe4e4426 (diff)
downloadrust-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.rs2
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]