ast: make IdentInfo public
parent
8ad8d03bc8
commit
6659f1751e
|
@ -234,7 +234,7 @@ pub mut:
|
||||||
is_static bool
|
is_static bool
|
||||||
}
|
}
|
||||||
|
|
||||||
type IdentInfo = IdentFunc | IdentVar
|
pub type IdentInfo = IdentFunc | IdentVar
|
||||||
|
|
||||||
pub enum IdentKind {
|
pub enum IdentKind {
|
||||||
unresolved
|
unresolved
|
||||||
|
|
Loading…
Reference in New Issue