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 0e9e408 commit 8ef9392Copy full SHA for 8ef9392
src/librustc_middle/mir/mod.rs
@@ -1072,7 +1072,8 @@ pub enum TerminatorKind<'tcx> {
1072
Abort,
1073
1074
/// Indicates a normal return. The return place should have
1075
- /// been filled in by now. This should occur at most once.
+ /// been filled in before this executes. This can occur multiple times
1076
+ /// in different basic blocks.
1077
Return,
1078
1079
/// Indicates a terminator that can never be reached.
0 commit comments