rust/compiler/rustc_metadata
bors 4c736a21ae Auto merge of #103496 - petrochenkov:effvisdoc2, r=lqd
rustc_metadata: Encode even less doc comments

The fact that `def_id` is in the `tcx.privacy_access_levels(())` table is not very meaningful, especially after https://github.com/rust-lang/rust/pull/102026, `is_exported` (or `is_reachable` in the worst case) is what you need.

Follow up to https://github.com/rust-lang/rust/pull/98450.
r? `@GuillaumeGomez` `@lqd`
2022-11-01 15:05:14 +00:00
..
src Auto merge of #103496 - petrochenkov:effvisdoc2, r=lqd 2022-11-01 15:05:14 +00:00
Cargo.toml Remove from compiler/ crates 2022-09-29 16:49:04 +09:00