pub type Location = Location;
Aliased Type§
struct Location {
pub block: BasicBlock,
pub statement_index: usize,
}
Fields§
§block: BasicBlock
The block that the location is within.
statement_index: usize
pub type Location = Location;
struct Location {
pub block: BasicBlock,
pub statement_index: usize,
}
block: BasicBlock
The block that the location is within.
statement_index: usize