Skip to content

Commit 379173f

Browse files
committed
---
yaml --- r: 1439 b: refs/heads/master c: 69464aa h: refs/heads/master i: 1437: b52e014 1435: 5cd4ac0 1431: 33175b7 1423: f793309 1407: bb08404 v: v3
1 parent f7d1004 commit 379173f

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
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: 7a1d01effcfa5763bc62aefba40f67ad2130d28d
2+
refs/heads/master: 69464aae62aef5a65fcf5bb79ab18f8967f32206

trunk/src/comp/middle/typeck.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -913,11 +913,6 @@ fn demand_pat(&@fn_ctxt fcx, @ty.t expected, @ast.pat pat) -> @ast.pat {
913913
// of the variant, which is either a tag type in the case of
914914
// nullary variants or a function type in the case of n-ary
915915
// variants.
916-
//
917-
// TODO: When we have type-parametric tags, this will get a little
918-
// trickier. Basically, we have to instantiate the variant type we
919-
// acquire here with the type parameters provided to us by
920-
// "expected".
921916

922917
// Grab the values for the type parameters of the tag from the
923918
// expected type.

0 commit comments

Comments
 (0)