mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00: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:
commit
2ab6fef19f
@ -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…
Reference in New Issue
Block a user