mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
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:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user