Skip to content

Commit 215822a

Browse files
committed
MIR call terminator represents diverging calls too
1 parent de521cb commit 215822a

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_middle/mir/terminator

1 file changed

+1
-1
lines changed

Diff for: src/librustc_middle/mir/terminator/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pub enum TerminatorKind<'tcx> {
103103
unwind: Option<BasicBlock>,
104104
},
105105

106-
/// Block ends with a call of a converging function.
106+
/// Block ends with a call of a function.
107107
Call {
108108
/// The function that’s being called.
109109
func: Operand<'tcx>,

0 commit comments

Comments
 (0)