about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-05-13 03:33:22 +0000
committerbors <bors@rust-lang.org>2025-05-13 03:33:22 +0000
commit32d23857f168a71bd0e77b17c0984b567461f7dc (patch)
treeaa7363f07e1e2d201f811ef5f1c3b134034fa92f /compiler/rustc_hir_analysis/src
parent3ae0b2e2ed34f9e3fa848379d3d47782701caa14 (diff)
parent1caaa887003ed84b5c7022ded53ff50e699af666 (diff)
downloadrust-32d23857f168a71bd0e77b17c0984b567461f7dc.tar.gz
rust-32d23857f168a71bd0e77b17c0984b567461f7dc.zip
Auto merge of #140935 - omahs:patch-5, r=jieyouxu
Fix typos

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]