Have derivers rely only on exposed module types

This commit is contained in:
Ayaz Hafiz 2022-06-22 14:30:13 -04:00
parent f481f6da6c
commit fd9dcd8551
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
4 changed files with 1 additions and 3 deletions

View file

@ -462,6 +462,7 @@ fn start_phase<'a>(
state.target_info,
&state.exposed_to_host,
&mut procs_base,
&state.exposed_types,
&mut state.world_abilities,
);