diff --git a/crates/ast/src/parser.rs b/crates/ast/src/parser.rs index 528df3b..e6e7700 100644 --- a/crates/ast/src/parser.rs +++ b/crates/ast/src/parser.rs @@ -341,6 +341,10 @@ fn sol_type<'tokens, 'src: 'tokens>() -> impl Parser<'tokens, 'src, Spanned>() @@ -353,26 +357,30 @@ fn sol_type<'tokens, 'src: 'tokens>() -> impl Parser<'tokens, 'src, Spanned