Skip to content

Tuple-struct signature in generated docs is misordered. #34928

Closed
@frewsxcv

Description

@frewsxcv

In the source:

pub struct GeometryCollection<T>(pub Vec<Geometry<T>>) where T: Float;

In the generated documentation:

pub struct GeometryCollection<T> where T: Float(pub Vec<Geometry<T>>);

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions