mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 21:45:15 +00:00
resolve: Use `def_kind` query to cleanup some code Follow up to https://github.com/rust-lang/rust/pull/118188. Similar attempts to use queries in resolver resulted in perf regressions in the past, so this needs a perf run first.