Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement properties around participation in public APIs on importable paths and items. (#260) #298

Merged
merged 2 commits into from
Nov 7, 2023

Conversation

obi1kenobi
Copy link
Owner

  • implement notion of 'public_api' for importable paths

  • Propagate deprecation and doc(hidden) info through visibility tracking.

  • Rc the ImportablePath inside the vertex enum.

  • Add public API eligibility on items for nested items' API visibility.

  • Add test coverage for enum variants and trait associated items.


Co-authored-by: Predrag Gruevski [email protected]

…e paths and items. (#260)

* implement notion of 'public_api' for importable paths

* Propagate deprecation and doc(hidden) info through visibility tracking.

* Rc the ImportablePath inside the vertex enum.

* Add public API eligibility on items for nested items' API visibility.

* Add test coverage for enum variants and trait associated items.

---------

Co-authored-by: Predrag Gruevski <[email protected]>
@obi1kenobi obi1kenobi enabled auto-merge (squash) November 7, 2023 22:14
@obi1kenobi obi1kenobi merged commit 24b787a into rustdoc-v26 Nov 7, 2023
7 checks passed
@obi1kenobi obi1kenobi deleted the cp_rustdoc-v26_be510b0 branch November 7, 2023 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants