Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup Resolver::<clone|into>_outputs methods #72636

Merged
merged 1 commit into from
May 29, 2020

Commits on May 27, 2020

  1. Store LocalDefId directly in rustc_resolve::Resolver where possible

    This commit also include the following changes:
    * Remove unused `hir::Map::as_local_node_id` method
    * Remove outdated comment about `hir::Map::local_def_id` method
    * Remove confusing `GlobMap` type alias
    * Use `LocalDefId` instead of `DefId` in `extern_crate_map`
    * Use `LocalDefId` instead of `DefId` in `maybe_unused_extern_crates`
    * Modify `extern_mod_stmt_cnum` query to accept a `LocalDefId` instead of a `DefId`
    marmeladema committed May 27, 2020
    Configuration menu
    Copy the full SHA
    81f8ee4 View commit details
    Browse the repository at this point in the history