Reorder check_item_type
diagnostics so they occur next to the corresponding check_well_formed
diagnostics
This commit is contained in:
parent
dd2dee1c70
commit
cd4c352fb4
36 changed files with 362 additions and 285 deletions
|
@ -938,8 +938,8 @@ rustc_queries! {
|
|||
desc { |tcx| "checking naked functions in {}", describe_as_module(key, tcx) }
|
||||
}
|
||||
|
||||
query check_mod_item_types(key: LocalModDefId) -> () {
|
||||
desc { |tcx| "checking item types in {}", describe_as_module(key, tcx) }
|
||||
query check_for_entry_fn(key: ()) -> () {
|
||||
desc { |_tcx| "checking entry functions" }
|
||||
}
|
||||
|
||||
query check_mod_privacy(key: LocalModDefId) -> () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue