Allow to self reference associated types in where clauses

This commit is contained in:
Santiago Pastorino
2020-11-13 14:01:16 -03:00
parent 24dcf6f7a2
commit 2ca4964db5
8 changed files with 205 additions and 64 deletions

View File

@@ -65,7 +65,8 @@ pub use self::util::{
get_vtable_index_of_object_method, impl_item_is_final, predicate_for_trait_def, upcast_choices,
};
pub use self::util::{
supertrait_def_ids, supertraits, transitive_bounds, SupertraitDefIds, Supertraits,
supertrait_def_ids, supertraits, transitive_bounds, transitive_bounds_that_define_assoc_type,
SupertraitDefIds, Supertraits,
};
pub use self::chalk_fulfill::FulfillmentContext as ChalkFulfillmentContext;