mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-16 17:45:11 +01:00
fix plus
This commit is contained in:
parent
dc200d2046
commit
37772658bd
6 changed files with 96 additions and 42 deletions
|
|
@ -113,7 +113,7 @@ pub enum Decl {
|
|||
#[derive(Debug, DebugPls)]
|
||||
pub struct InitDecl {
|
||||
pub declarator: Declarator,
|
||||
pub init: Option<Expr>,
|
||||
pub init: Option<Spanned<Expr>>,
|
||||
}
|
||||
|
||||
#[derive(Debug, DebugPls)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue