Merge check_for_entry_fn fully into check_mod_type_wf

This commit is contained in:
Oli Scherer 2023-10-30 15:12:45 +00:00
parent cd4c352fb4
commit 5b13dc71cd
5 changed files with 8 additions and 15 deletions

View file

@ -938,10 +938,6 @@ rustc_queries! {
desc { |tcx| "checking naked functions in {}", describe_as_module(key, tcx) }
}
query check_for_entry_fn(key: ()) -> () {
desc { |_tcx| "checking entry functions" }
}
query check_mod_privacy(key: LocalModDefId) -> () {
desc { |tcx| "checking privacy in {}", describe_as_module(key.to_local_def_id(), tcx) }
}