add FIXME to #18653
This commit is contained in:
parent
e4b762b532
commit
d1033d06ba
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue