Skip to content

Commit 9eeee56

Browse files
committed
---
yaml --- r: 2896 b: refs/heads/master c: ac4ef17 h: refs/heads/master v: v3
1 parent ef2adb1 commit 9eeee56

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 528c6516f052323686a21cc77cbc7cad220f065d
2+
refs/heads/master: ac4ef1741e525632a9c91c3335634b614f4f6945

trunk/src/comp/front/ast.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ tag ty_ {
338338
tag constr_arg_ {
339339
carg_base;
340340
carg_ident(ident);
341+
carg_lit(@lit);
341342
}
342343
type constr_arg = spanned[constr_arg_];
343344
type constr_ = rec(path path, vec[@constr_arg] args);

0 commit comments

Comments
 (0)