rust/compiler/rustc_middle
bors 143eaa8d44 Auto merge of #93970 - cjgillot:novis, r=petrochenkov
Remove visibility information from HIR

The resolver exports all the necessary visibility information through the `tcx.visibility` query.
This PR stops having a dedicated visibility field in HIR, in order to use this query.
We keep a `vis_span` field for diagnostic purposes.
2022-04-23 22:25:51 +00:00
..
benches
src Auto merge of #93970 - cjgillot:novis, r=petrochenkov 2022-04-23 22:25:51 +00:00
Cargo.toml
README.md

For more information about how rustc works, see the rustc dev guide.