Long lines

This commit is contained in:
Brian Anderson 2012-06-24 17:46:12 -07:00
parent 20b5ca3d2f
commit c01f5ef034

View file

@ -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 {