move all mono-time checks into their own folder, and their own query
This commit is contained in:
@@ -16,6 +16,7 @@ use rustc_span::ErrorGuaranteed;
|
||||
|
||||
mod collector;
|
||||
mod errors;
|
||||
mod mono_checks;
|
||||
mod partitioning;
|
||||
mod polymorphize;
|
||||
mod util;
|
||||
@@ -47,4 +48,5 @@ fn custom_coerce_unsize_info<'tcx>(
|
||||
pub fn provide(providers: &mut Providers) {
|
||||
partitioning::provide(providers);
|
||||
polymorphize::provide(providers);
|
||||
mono_checks::provide(providers);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user