diff options
Diffstat (limited to 'src/comp/front/ast.rs')
| -rw-r--r-- | src/comp/front/ast.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/comp/front/ast.rs b/src/comp/front/ast.rs index f70c6ac3..c3b38cb6 100644 --- a/src/comp/front/ast.rs +++ b/src/comp/front/ast.rs @@ -80,7 +80,8 @@ type local = rec(option.t[@ty] ty, bool infer, ident ident, option.t[@expr] init, - def_id id); + def_id id, + ann ann); type decl = spanned[decl_]; tag decl_ { |