Skip to content

Commit

Permalink
Rollup merge of rust-lang#51788 - berkus:fix-typo, r=varkor
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
pietroalbini authored Jun 26, 2018
2 parents 2348dc5 + 0747968 commit 8014713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax_pos/hygiene.rs
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ impl CompilerDesugaringKind {
CompilerDesugaringKind::DotFill => "...",
CompilerDesugaringKind::QuestionMark => "?",
CompilerDesugaringKind::Catch => "do catch",
CompilerDesugaringKind::ExistentialReturnType => "existental type",
CompilerDesugaringKind::ExistentialReturnType => "existential type",
})
}
}
Expand Down

0 comments on commit 8014713

Please sign in to comment.