rustc: Remove FIXME obsoleted by the previous commit
This commit is contained in:
parent
7a1d01effc
commit
69464aae62
1 changed files with 0 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue