Skip to content

Commit

Permalink
Rollup merge of rust-lang#75788 - nagisa:mir-call-doccomment, r=wesle…
Browse files Browse the repository at this point in the history
…ywiser

MIR call terminator represents diverging calls too

@bors rollup=always
  • Loading branch information
Dylan-DPC committed Aug 22, 2020
2 parents 13dfa9c + 215822a commit 2ab6fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_middle/mir/terminator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pub enum TerminatorKind<'tcx> {
unwind: Option<BasicBlock>,
},

/// Block ends with a call of a converging function.
/// Block ends with a call of a function.
Call {
/// The function that’s being called.
func: Operand<'tcx>,
Expand Down

0 comments on commit 2ab6fef

Please sign in to comment.