1
Fork 0

emit basic smir

This commit is contained in:
Oğuz Ağcayazı 2023-11-08 12:37:26 +03:00 committed by ouz-a
parent ee5ef3aac9
commit ae179a04b6
7 changed files with 160 additions and 5 deletions

View file

@ -64,6 +64,8 @@ type LocalDecls = Vec<LocalDecl>;
pub struct LocalDecl {
pub ty: Ty,
pub span: Span,
pub local: Local,
pub mutability: Mutability,
}
#[derive(Clone, Debug)]