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

rustdoc: Extend fake_variadic to "wrapped" tuples #132115

Merged
merged 1 commit into from
Oct 25, 2024

Commits on Oct 24, 2024

  1. rustdoc: Extend fake_variadic to "wrapped" tuples

    This allows impls such as `impl QueryData for OneOf<(T,)>`
    to be displayed as variadic: `impl QueryData for OneOf<(T₁, T₂, …, Tₙ)>`.
    
    See question on zulip:
    <https://rust-lang.zulipchat.com/#narrow/channel/266220-t-rustdoc/topic/Make.20.60.23.5Bdoc.28fake_variadic.29.5D.60.20more.20useful>
    bash committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4e48768 View commit details
    Browse the repository at this point in the history