From 69464aae62aef5a65fcf5bb79ab18f8967f32206 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 25 Feb 2011 13:44:37 -0800 Subject: rustc: Remove FIXME obsoleted by the previous commit --- src/comp/middle/typeck.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/comp') diff --git a/src/comp/middle/typeck.rs b/src/comp/middle/typeck.rs index a69d169d..472bd8d3 100644 --- a/src/comp/middle/typeck.rs +++ b/src/comp/middle/typeck.rs @@ -913,11 +913,6 @@ fn demand_pat(&@fn_ctxt fcx, @ty.t expected, @ast.pat pat) -> @ast.pat { // of the variant, which is either a tag type in the case of // nullary variants or a function type in the case of n-ary // variants. - // - // TODO: When we have type-parametric tags, this will get a little - // trickier. Basically, we have to instantiate the variant type we - // acquire here with the type parameters provided to us by - // "expected". // Grab the values for the type parameters of the tag from the // expected type. -- cgit v1.2.3