We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2adb1 commit 9eeee56Copy full SHA for 9eeee56
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 528c6516f052323686a21cc77cbc7cad220f065d
+refs/heads/master: ac4ef1741e525632a9c91c3335634b614f4f6945
trunk/src/comp/front/ast.rs
@@ -338,6 +338,7 @@ tag ty_ {
338
tag constr_arg_ {
339
carg_base;
340
carg_ident(ident);
341
+ carg_lit(@lit);
342
}
343
type constr_arg = spanned[constr_arg_];
344
type constr_ = rec(path path, vec[@constr_arg] args);
0 commit comments