Don't opt_rpitit_info as a separate query
This commit is contained in:
parent
f1b1ed7e18
commit
ce8dae5800
9 changed files with 31 additions and 23 deletions
|
@ -177,7 +177,6 @@ pub fn provide(providers: &mut Providers) {
|
|||
}
|
||||
};
|
||||
providers.opt_def_kind = |tcx, def_id| tcx.hir().opt_def_kind(def_id.expect_local());
|
||||
providers.opt_rpitit_info = |_, _| None;
|
||||
providers.all_local_trait_impls = |tcx, ()| &tcx.resolutions(()).trait_impls;
|
||||
providers.expn_that_defined = |tcx, id| {
|
||||
let id = id.expect_local();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue