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 b727901 commit 544e713Copy full SHA for 544e713
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: bc4c3df1bf98443411f96112b4ced136e1abcdf1
+refs/heads/master: acf9b83e71b6eac23f962315423e9158da0d372e
trunk/src/comp/middle/fn_usage.rs
@@ -51,7 +51,7 @@ fn fn_usage_expr(expr: @ast::expr,
51
ast::expr_call(f, args) {
52
let f_ctx = {unsafe_fn_legal: true,
53
generic_bare_fn_legal: true with ctx};
54
- visit::visit_expr(f, f_ctx, v);
+ v.visit_expr(f, f_ctx, v);
55
56
let args_ctx = {unsafe_fn_legal: false,
57
generic_bare_fn_legal: false with ctx};
0 commit comments