Skip to content

Commit 2ca00c2

Browse files
committed
---
yaml --- r: 3630 b: refs/heads/master c: 97c1537 h: refs/heads/master v: v3
1 parent 57e3e1d commit 2ca00c2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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: e30d2c82ae44fea5b2e3ecd931020d08f304cf53
2+
refs/heads/master: 97c1537374340f6370f9e1e47983903e3598c4ec

trunk/src/comp/middle/typeck.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,9 @@ fn variant_arg_types(&@crate_ctxt ccx, &span sp, &ast::def_id vid,
10211021
// TODO: inefficient since not all types have vars in them. It would be better
10221022
// to maintain a list of fixups.
10231023
mod writeback {
1024+
1025+
export resolve_type_vars_in_block;
1026+
10241027
fn resolve_type_vars_in_type(&@fn_ctxt fcx, &span sp, ty::t typ) ->
10251028
ty::t {
10261029
if (!ty::type_contains_vars(fcx.ccx.tcx, typ)) { ret typ; }

0 commit comments

Comments
 (0)