Reorder check_item_type diagnostics so they occur next to the corresponding check_well_formed diagnostics
This commit is contained in:
@@ -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) -> () {
|
||||
|
||||
Reference in New Issue
Block a user