We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2348dc5 + 0747968 commit 8014713Copy full SHA for 8014713
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