Skip to content

Commit 8d26483

Browse files
committed
---
yaml --- r: 10558 b: refs/heads/snap-stage3 c: e3c6e5e h: refs/heads/master v: v3
1 parent 95722ad commit 8d26483

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 0276a3376bd18b5acd2a5daaca6167bb1d9bc2d9
4+
refs/heads/snap-stage3: e3c6e5e5b67283db4e3170c569a56b2a12c7d945
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/src/libsyntax/ast_util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ fn id_visitor(vfn: fn@(node_id)) -> visit::vt<()> {
454454

455455
visit_expr: fn@(e: @expr) {
456456
vfn(e.id);
457-
alt e.node {
457+
alt e.node {
458458
expr_index(*) | expr_assign_op(*) |
459459
expr_unary(*) | expr_binary(*) {
460460
vfn(ast_util::op_expr_callee_id(e));

0 commit comments

Comments
 (0)