1
Fork 0

Rewrite representability

This commit is contained in:
Cameron Steffen 2022-08-15 14:11:11 -05:00
parent e42c4d7218
commit ff940db666
61 changed files with 537 additions and 744 deletions

View file

@ -39,6 +39,7 @@ pub fn provide(providers: &mut Providers) {
implied_bounds::provide(providers);
layout::provide(providers);
needs_drop::provide(providers);
representability::provide(providers);
ty::provide(providers);
instance::provide(providers);
}