Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Sep 6, 2022
1 parent 104f97e commit 7348284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/rustc_middle/src/mir/syntax.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ pub enum StatementKind<'tcx> {
/// executed.
Coverage(Box<Coverage>),

/// Denotes a call to an intrinsic that does not require an unwind path. This avoids
/// adding a new block and a terminator for simple intrinsics.
/// Denotes a call to an intrinsic that does not require an unwind path and always returns.
/// This avoids adding a new block and a terminator for simple intrinsics.
Intrinsic(Box<NonDivergingIntrinsic<'tcx>>),

/// No-op. Useful for deleting instructions without affecting statement indices.
Expand Down

0 comments on commit 7348284

Please sign in to comment.