提交 ac4ef174 编写于 作者: T Tim Chevalier

Allow constraint args to be literals

上级 528c6516
......@@ -338,6 +338,7 @@ fn unop_to_str(unop op) -> str {
tag constr_arg_ {
carg_base;
carg_ident(ident);
carg_lit(@lit);
}
type constr_arg = spanned[constr_arg_];
type constr_ = rec(path path, vec[@constr_arg] args);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册