This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 4c736a2
committed
Auto merge of rust-lang#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 rust-lang#102026, `is_exported` (or `is_reachable` in the worst case) is what you need.
Follow up to rust-lang#98450.
r? `@GuillaumeGomez` `@lqd`1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
788 | 788 | | |
789 | 789 | | |
790 | 790 | | |
791 | | - | |
792 | | - | |
| 791 | + | |
793 | 792 | | |
794 | 793 | | |
795 | 794 | | |
| |||
0 commit comments