Long lines
This commit is contained in:
parent
20b5ca3d2f
commit
c01f5ef034
1 changed files with 2 additions and 1 deletions
|
@ -1283,7 +1283,8 @@ class parser {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn parse_sugary_call_expr(keyword: str, ctor: fn(+@expr) -> expr_) -> @expr {
|
fn parse_sugary_call_expr(keyword: str,
|
||||||
|
ctor: fn(+@expr) -> expr_) -> @expr {
|
||||||
let lo = self.last_span;
|
let lo = self.last_span;
|
||||||
let call = self.parse_expr_res(RESTRICT_STMT_EXPR);
|
let call = self.parse_expr_res(RESTRICT_STMT_EXPR);
|
||||||
alt call.node {
|
alt call.node {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue