1
Fork 0

More precisely detect cycle errors from type_of on opaque

This commit is contained in:
Michael Goulet 2023-08-27 22:02:54 +00:00
parent e7b3c94b0e
commit bf53598828
21 changed files with 238 additions and 285 deletions

View file

@ -56,6 +56,7 @@ pub fn provide(providers: &mut Providers) {
resolve_bound_vars::provide(providers);
*providers = Providers {
type_of: type_of::type_of,
type_of_opaque: type_of::type_of_opaque,
item_bounds: item_bounds::item_bounds,
explicit_item_bounds: item_bounds::explicit_item_bounds,
generics_of: generics_of::generics_of,