rust/compiler/rustc_metadata/src/rmeta
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
..
decoder Rewrite implementation of #[alloc_error_handler] 2022-10-31 16:32:57 +00:00
decoder.rs Rewrite implementation of #[alloc_error_handler] 2022-10-31 16:32:57 +00:00
def_path_hash_map.rs Use delayed error handling for Encodable and Encoder infallible. 2022-06-08 07:01:26 +10:00
encoder.rs Auto merge of #103496 - petrochenkov:effvisdoc2, r=lqd 2022-11-01 15:05:14 +00:00
mod.rs Rewrite implementation of #[alloc_error_handler] 2022-10-31 16:32:57 +00:00
table.rs RPITIT placeholder items 2022-09-09 01:31:44 +00:00