Skip to content

Commit 544e713

Browse files
committed
---
yaml --- r: 5816 b: refs/heads/master c: acf9b83 h: refs/heads/master v: v3
1 parent b727901 commit 544e713

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: bc4c3df1bf98443411f96112b4ced136e1abcdf1
2+
refs/heads/master: acf9b83e71b6eac23f962315423e9158da0d372e

trunk/src/comp/middle/fn_usage.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fn fn_usage_expr(expr: @ast::expr,
5151
ast::expr_call(f, args) {
5252
let f_ctx = {unsafe_fn_legal: true,
5353
generic_bare_fn_legal: true with ctx};
54-
visit::visit_expr(f, f_ctx, v);
54+
v.visit_expr(f, f_ctx, v);
5555

5656
let args_ctx = {unsafe_fn_legal: false,
5757
generic_bare_fn_legal: false with ctx};

0 commit comments

Comments
 (0)