Implement describe_def query for LOCAL_CRATE

This commit is contained in:
Michael Woerister 2018-02-19 16:46:40 +01:00
parent 15ff0adcde
commit 8ff633cc3b
3 changed files with 105 additions and 0 deletions

View file

@ -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);