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.
2 parents 13dfa9c + 215822a commit 2ab6fefCopy full SHA for 2ab6fef
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