Skip to content

Commit c062afe

Browse files
committed
Make doc comment more accurate
1 parent dac3011 commit c062afe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/librustc_mir/interpret/machine.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ pub enum StackPopInfo {
2424
/// as the result of panic
2525
StartUnwinding,
2626

27-
/// Indicates that we performed a normal return
27+
/// 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.
2831
Normal,
2932

3033
/// Indicates that we should stop unwinding,

0 commit comments

Comments
 (0)