We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ad571 commit 9822007Copy full SHA for 9822007
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: aabff480c92d7c72f8a8ff6652d328e6624585d5
+refs/heads/master: abf002ad602e83cfc9b877c43f455a727f9ac477
trunk/src/comp/middle/typeck.rs
@@ -1141,7 +1141,7 @@ mod writeback {
1141
visit_pat: visit_pat,
1142
visit_local: visit_local
1143
with *visit::default_visitor()});
1144
- visit::visit_block(blk, wbcx, visit);
+ visit.visit_block(blk, wbcx, visit);
1145
ret wbcx.success;
1146
}
1147
0 commit comments