Skip to content

Commit c84f34b

Browse files
committed
---
yaml --- r: 2522 b: refs/heads/master c: 843e943 h: refs/heads/master v: v3
1 parent cb61f10 commit c84f34b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 23d3b0ec57e5dde910d0fbb5dc84dcd9c0d62024
2+
refs/heads/master: 843e9435ab5c83d4f255ee2ecd2fe5752ec2f715

trunk/src/comp/middle/typeck.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2079,7 +2079,8 @@ fn check_expr(&@fn_ctxt fcx, &@ast::expr expr) -> @ast::expr {
20792079

20802080
auto e = ast::expr_path(pth, triv_ann(ast::ann_tag(old_ann),
20812081
tpt._1));
2082-
write_type_only(fcx.ccx.node_types, ast::ann_tag(old_ann), tpt._1);
2082+
write_type_only(fcx.ccx.node_types,
2083+
ast::ann_tag(old_ann), tpt._1);
20832084
ret @fold::respan[ast::expr_](expr.span, e);
20842085
}
20852086

0 commit comments

Comments
 (0)