Skip to content

Commit 69464aa

Browse files
committed
rustc: Remove FIXME obsoleted by the previous commit
1 parent 7a1d01e commit 69464aa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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)