Long lines
This commit is contained in:
parent
20b5ca3d2f
commit
c01f5ef034
@ -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 call = self.parse_expr_res(RESTRICT_STMT_EXPR);
|
||||
alt call.node {
|
||||
|
Loading…
Reference in New Issue
Block a user