More precisely detect cycle errors from type_of on opaque
This commit is contained in:
parent
e7b3c94b0e
commit
bf53598828
21 changed files with 238 additions and 285 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue