Add helper function to InferCtxt
that generates inference vars for unresolved associated types
This commit is contained in:
parent
db1fb85cff
commit
dfb11a8a26
3 changed files with 35 additions and 11 deletions
|
@ -64,6 +64,7 @@ mod lub;
|
|||
pub mod nll_relate;
|
||||
pub mod opaque_types;
|
||||
pub mod outlives;
|
||||
mod projection;
|
||||
pub mod region_constraints;
|
||||
pub mod resolve;
|
||||
mod sub;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue