Skip to content

Commit 9822007

Browse files
committed
---
yaml --- r: 5486 b: refs/heads/master c: abf002a h: refs/heads/master v: v3
1 parent a4ad571 commit 9822007

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,2 +1,2 @@
11
---
2-
refs/heads/master: aabff480c92d7c72f8a8ff6652d328e6624585d5
2+
refs/heads/master: abf002ad602e83cfc9b877c43f455a727f9ac477

trunk/src/comp/middle/typeck.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ mod writeback {
11411141
visit_pat: visit_pat,
11421142
visit_local: visit_local
11431143
with *visit::default_visitor()});
1144-
visit::visit_block(blk, wbcx, visit);
1144+
visit.visit_block(blk, wbcx, visit);
11451145
ret wbcx.success;
11461146
}
11471147
}

0 commit comments

Comments
 (0)