Skip to content

Commit

Permalink
add FIXME to rust-lang#18653
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Apr 12, 2017
1 parent e4b762b commit d1033d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/librustc/infer/combine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ impl<'infcx, 'gcx, 'tcx> CombineFields<'infcx, 'gcx, 'tcx> {
// Check whether `vid` has been instantiated yet. If not,
// make a generalized form of `ty` and instantiate with
// that.
//
// FIXME(#18653) -- we need to generalize nested type
// variables too.
let b_ty = match b_ty {
Some(t) => t, // ...already instantiated.
None => { // ...not yet instantiated:
Expand Down

0 comments on commit d1033d0

Please sign in to comment.