pub type Var = Local;👎Deprecated: use
Local inteadAliased Type§
pub struct Var {
pub index: LocalId,
pub name: Option<String>,
pub ty: Ty,
}Fields§
§index: LocalIdUnique index identifying the variable
name: Option<String>Variable name - may be None if the variable was introduced by Rust
through desugaring.
ty: TyThe variable type