emit basic smir
This commit is contained in:
parent
ee5ef3aac9
commit
ae179a04b6
7 changed files with 160 additions and 5 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue