Skip to content

Commit 8014713

Browse files
authored
Rollup merge of rust-lang#51788 - berkus:fix-typo, r=varkor
Fix typo
2 parents 2348dc5 + 0747968 commit 8014713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/libsyntax_pos/hygiene.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ impl CompilerDesugaringKind {
540540
CompilerDesugaringKind::DotFill => "...",
541541
CompilerDesugaringKind::QuestionMark => "?",
542542
CompilerDesugaringKind::Catch => "do catch",
543-
CompilerDesugaringKind::ExistentialReturnType => "existental type",
543+
CompilerDesugaringKind::ExistentialReturnType => "existential type",
544544
})
545545
}
546546
}

0 commit comments

Comments
 (0)