Expand description
Tools related to handling/recovering from Sway compile errors and reporting them to the user.
Structs
- Acts as the result of parsing
Declarations,Expressions, etc. SomeExpressions need to be able to createVariableDeclarations, so this struct is used to “bubble up” those declarations to a viable place in the AST.