We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c6e8f commit 0747968Copy full SHA for 0747968
src/libsyntax_pos/hygiene.rs
@@ -540,7 +540,7 @@ impl CompilerDesugaringKind {
540
CompilerDesugaringKind::DotFill => "...",
541
CompilerDesugaringKind::QuestionMark => "?",
542
CompilerDesugaringKind::Catch => "do catch",
543
- CompilerDesugaringKind::ExistentialReturnType => "existental type",
+ CompilerDesugaringKind::ExistentialReturnType => "existential type",
544
})
545
}
546
0 commit comments