Make dead code check a query.
This commit is contained in:
parent
312a7995e7
commit
4e7d47bb6c
5 changed files with 62 additions and 33 deletions
|
@ -44,6 +44,7 @@ mod weak_lang_items;
|
|||
pub fn provide(providers: &mut Providers) {
|
||||
check_attr::provide(providers);
|
||||
check_const::provide(providers);
|
||||
dead::provide(providers);
|
||||
diagnostic_items::provide(providers);
|
||||
entry::provide(providers);
|
||||
lang_items::provide(providers);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue