Skip to content

Add regression test for doc(fake_variadic) on reexports#153280

Open
GuillaumeGomez wants to merge 1 commit intorust-lang:mainfrom
GuillaumeGomez:add-test-reexport
Open

Add regression test for doc(fake_variadic) on reexports#153280
GuillaumeGomez wants to merge 1 commit intorust-lang:mainfrom
GuillaumeGomez:add-test-reexport

Conversation

@GuillaumeGomez
Copy link
Member

Follow-up of #153136. Out of the four doc attributes remaining to be tested (fake_variadic, keyword, attribute and notable_trait), only fake_variadic could have been impacted by reexports:

  • attribute and keyword are not supposed to be reexported (they're supposed to be used on private modules)
  • notable_trait is applied to a trait, so whether it's reexported or not, it still works.

r? @lolbinarycat

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output. labels Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants