Skip to content

Commit 289d39d

Browse files
committed
---
yaml --- r: 5087 b: refs/heads/master c: fb196e6 h: refs/heads/master i: 5085: 4599182 5083: bb4917a 5079: 2d4edd7 5071: 93a88ab 5055: 749fb47 v: v3
1 parent 91318a5 commit 289d39d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 6ba4eacddf2a07e13f6589f04303ce7fb4c4d70c
2+
refs/heads/master: fb196e6ef1d9984c29ad38aa9f20798f1514c5e4

trunk/src/comp/middle/alias.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ fn check_call(cx: &ctx, f: &@ast::expr, args: &[@ast::expr], sc: &scope)
181181
}
182182
let f_may_close = alt f.node {
183183
ast::expr_path(_) { def_is_local(cx.tcx.def_map.get(f.id), true) }
184-
_ { false } // FIXME should be true!
184+
_ { true }
185185
};
186186
if f_may_close {
187187
let i = 0u;

0 commit comments

Comments
 (0)