Fix type to make it compile
This commit is contained in:
parent
d969d573fa
commit
e38ae1c3f1
@ -11,7 +11,7 @@ use crate::builtin::PrefixOp;
|
|||||||
pub type TypeName = Rc<String>;
|
pub type TypeName = Rc<String>;
|
||||||
|
|
||||||
pub struct TypeContext<'a> {
|
pub struct TypeContext<'a> {
|
||||||
variable_map: ScopeStack<'a, Rc<String>, ()>,
|
variable_map: ScopeStack<'a, Rc<String>, Type>,
|
||||||
//evar_count: u32
|
//evar_count: u32
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user