Type Definition move_model::model::MoveIrLoc
source · pub type MoveIrLoc = Loc;Expand description
Alias for the Loc variant of MoveIR. This uses a &static str instead of FileId for the
file name.
pub type MoveIrLoc = Loc;Alias for the Loc variant of MoveIR. This uses a &static str instead of FileId for the
file name.