Files
rust/tests/rustdoc-html
Stuart Cook d16ec8534b Rollup merge of #153280 - GuillaumeGomez:add-test-reexport, r=lolbinarycat
Add regression test for `doc(fake_variadic)` on reexports

Follow-up of https://github.com/rust-lang/rust/pull/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
2026-03-04 11:54:08 +11:00
..
2026-02-24 11:41:26 -05:00
2026-02-10 18:00:54 +00:00