Rollup merge of #75788 - nagisa:mir-call-doccomment, r=wesleywiser
MIR call terminator represents diverging calls too @bors rollup=always
This commit is contained in:
commit
2ab6fef19f
1 changed files with 1 additions and 1 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue