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 dac3011 commit c062afeCopy full SHA for c062afe
src/librustc_mir/interpret/machine.rs
@@ -24,7 +24,10 @@ pub enum StackPopInfo {
24
/// as the result of panic
25
StartUnwinding,
26
27
- /// Indicates that we performed a normal return
+ /// Indicates that no special handling should be
28
+ /// done - we'll either return normally or unwind
29
+ /// based on the terminator for the function
30
+ /// we're leaving.
31
Normal,
32
33
/// Indicates that we should stop unwinding,
0 commit comments