Skip to content

Commit

Permalink
Make doc comment more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron1011 committed Nov 11, 2019
1 parent dac3011 commit c062afe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/librustc_mir/interpret/machine.rs
Expand Up @@ -24,7 +24,10 @@ pub enum StackPopInfo {
/// as the result of panic
StartUnwinding,

/// Indicates that we performed a normal return
/// Indicates that no special handling should be
/// done - we'll either return normally or unwind
/// based on the terminator for the function
/// we're leaving.
Normal,

/// Indicates that we should stop unwinding,
Expand Down

0 comments on commit c062afe

Please sign in to comment.