We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de521cb commit 215822aCopy full SHA for 215822a
src/librustc_middle/mir/terminator/mod.rs
@@ -103,7 +103,7 @@ pub enum TerminatorKind<'tcx> {
103
unwind: Option<BasicBlock>,
104
},
105
106
- /// Block ends with a call of a converging function.
+ /// Block ends with a call of a function.
107
Call {
108
/// The function that’s being called.
109
func: Operand<'tcx>,
0 commit comments