Move rustc_middle::limits
to rustc_interface
.
It's always good to make `rustc_middle` smaller. `rustc_interface` is the best destination, because it's the only crate that calls `get_recursive_limit`.
This commit is contained in:
parent
13280eed6a
commit
223c95fd59
9 changed files with 23 additions and 26 deletions
|
@ -2168,7 +2168,6 @@ pub fn provide(providers: &mut Providers) {
|
|||
util::provide(providers);
|
||||
print::provide(providers);
|
||||
super::util::bug::provide(providers);
|
||||
super::middle::provide(providers);
|
||||
*providers = Providers {
|
||||
trait_impls_of: trait_def::trait_impls_of_provider,
|
||||
incoherent_impls: trait_def::incoherent_impls_provider,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue