Inline successor_within_block.
This commit is contained in:
parent
f83468c89b
commit
b509e2dd00
1 changed files with 1 additions and 0 deletions
|
@ -1568,6 +1568,7 @@ impl Location {
|
|||
///
|
||||
/// Note that if this location represents a terminator, then the
|
||||
/// resulting location would be out of bounds and invalid.
|
||||
#[inline]
|
||||
pub fn successor_within_block(&self) -> Location {
|
||||
Location { block: self.block, statement_index: self.statement_index + 1 }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue