Implement describe_def query for LOCAL_CRATE
This commit is contained in:
parent
15ff0adcde
commit
8ff633cc3b
3 changed files with 105 additions and 0 deletions
|
|
@ -929,6 +929,7 @@ pub fn phase_2_configure_and_expand_inner<'a, F>(sess: &'a Session,
|
|||
}
|
||||
|
||||
pub fn default_provide(providers: &mut ty::maps::Providers) {
|
||||
hir::provide(providers);
|
||||
borrowck::provide(providers);
|
||||
mir::provide(providers);
|
||||
reachable::provide(providers);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue