1
Fork 0

Add helper function to InferCtxt that generates inference vars for unresolved associated types

This commit is contained in:
Oli Scherer 2021-08-10 11:12:11 +00:00 committed by Oli Scherer
parent db1fb85cff
commit dfb11a8a26
3 changed files with 35 additions and 11 deletions

View file

@ -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;