Skip to content

Commit 2ab6fef

Browse files
authored
Rollup merge of rust-lang#75788 - nagisa:mir-call-doccomment, r=wesleywiser
MIR call terminator represents diverging calls too @bors rollup=always
2 parents 13dfa9c + 215822a commit 2ab6fef

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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)