Merge check_for_entry_fn fully into check_mod_type_wf
This commit is contained in:
parent
cd4c352fb4
commit
5b13dc71cd
5 changed files with 8 additions and 15 deletions
|
@ -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) }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue