Skip to content

Commit d3dbfcf

Browse files
committed
---
yaml --- r: 3004 b: refs/heads/master c: efcf857 h: refs/heads/master v: v3
1 parent d70c115 commit d3dbfcf

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: c7ca08d1b6cf9d4722b59448392f4649b80b0aef
2+
refs/heads/master: efcf8570f00b08ab36d8ff16db9978a4ace502fe

trunk/src/comp/middle/typeck.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1932,7 +1932,7 @@ fn check_expr(&@fn_ctxt fcx, &@ast::expr expr) {
19321932
check_call(fcx, expr.span, f, args);
19331933

19341934
// Pull the return type out of the type of the function.
1935-
auto rt_1; // = ty::mk_nil(fcx.ccx.tcx); // FIXME: typestate botch
1935+
auto rt_1;
19361936
auto fty = ty::expr_ty(fcx.ccx.tcx, f);
19371937
alt (structure_of(fcx, expr.span, fty)) {
19381938
case (ty::ty_fn(_,_,?rt,_, _)) { rt_1 = rt; }

0 commit comments

Comments
 (0)