add FIXME to #18653
This commit is contained in:
parent
e4b762b532
commit
d1033d06ba
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user