feat(ast, ir. sema): Add storage class
This commit is contained in:
@@ -19,6 +19,7 @@ pub struct HirVarDeclStmtValue {
|
||||
pub symbol: SymbolId,
|
||||
pub name_span: Span,
|
||||
pub value: Option<HirExpr>,
|
||||
pub is_static_local: bool,
|
||||
}
|
||||
|
||||
pub struct HirFuncDeclStmt {
|
||||
|
||||
Reference in New Issue
Block a user