This commit is contained in:
nora 2022-07-24 18:22:52 +02:00
parent b74c11987b
commit 475a520de3
8 changed files with 61 additions and 8 deletions

View file

@ -261,4 +261,4 @@ pub enum ExternalDecl {
FunctionDef(FunctionDef),
}
pub type TranslationUnit = Vec<ExternalDecl>;
pub type TranslationUnit = Vec<Spanned<ExternalDecl>>;