]> git.lizzy.rs Git - rust.git/commit
Merge #11266
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Wed, 12 Jan 2022 18:58:24 +0000 (18:58 +0000)
committerGitHub <noreply@github.com>
Wed, 12 Jan 2022 18:58:24 +0000 (18:58 +0000)
commit16d3a7bf08f0bef707cf7cb7f084d7ff02e03454
tree24dfce996c157c387af8155edce84693e84afabb
parent4fe10b7bfe806174c1c92cc562d6ad0a92627e5c
parent09219e10f17e22b6560c5fc4da1d9ace53686345
Merge #11266

11266: internal: Mostly restore `hir` API boundary r=jonas-schievink a=jonas-schievink

The boundary was broken in https://github.com/rust-analyzer/rust-analyzer/pull/10872 by reexporting a bunch of `hir_def`-internal types.

This PR moves symbol collection to `hir` and removes those reexports again.

bors r+

Co-authored-by: Jonas Schievink <jonas.schievink@ferrous-systems.com>