mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
add FIXME to #18653
This commit is contained in:
@@ -224,6 +224,9 @@ pub fn instantiate(&mut self,
|
||||
// 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:
|
||||
|
||||
Reference in New Issue
Block a user