-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
rustdoc: Missing method signatures in trait docs #111064
Copy link
Copy link
Closed
Labels
A-rustdoc-uiArea: Rustdoc UI (generated HTML)Area: Rustdoc UI (generated HTML)C-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-rustdoc-uiArea: Rustdoc UI (generated HTML)Area: Rustdoc UI (generated HTML)C-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
https://docs.rs/parry2d/0.13.4/parry2d/bounding_volume/trait.BoundingVolume.html
I haven't attempted to really look into what's going wrong, but taking a quick glance at the source and build log on docs.rs there's nothing obviously weird jumping out to me.
Meta
Latest version of the crate was built on docs.rs using
rustc 1.71.0-nightly (9ecda8de8 2023-04-30)andrustc 1.70.0-nightly (84dd17b56 2023-04-14)and showed the issue, The first version showing the issue was 0.13.1 which was built withrustc 1.69.0-nightly (34e6673a0 2023-02-25)while the last version without the issue was 0.13.0 which was built withrustc 1.68.0-nightly (afaf3e07a 2023-01-14)