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

Replace match_def_path and friends with is_item #7647

Closed
wants to merge 3 commits into from

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    2cea009 View commit details
    Browse the repository at this point in the history
  2. Remove functions replaced by is_item and is_any_item

    * `is_qpath_def_path`
    * `is_expr_path_def_path`
    * `is_expr_diagnostic_item`
    * `match_any_def_paths`
    * `match_any_diagnostic_items`
    * `match_def_path`
    * `is_type_diagnostic_item`
    * `is_type_lang_item`
    * `match_type`
    Jarcho committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    f3bfd20 View commit details
    Browse the repository at this point in the history
  3. Fix internal lint checking match_type uses

    * Check for `is_item` instead
    * Check consts and statics from external crates
    * Check for lang items
    * Check for inherent functions which have the same name as a field
    Jarcho committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    e122bf4 View commit details
    Browse the repository at this point in the history