Skip to content

Rustdoc renders where Q: ?Sized incorrectly #46726

Closed
@ghost

Description

Code:

pub fn seek_by<Q, F>(&mut self, mut f: F) -> bool
where
    K: Borrow<Q>,
    Q: ?Sized,
    F: FnMut(&Q) -> cmp::Ordering,
{
    // ...
}

Rustdoc:

Metadata

Metadata

Labels

A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsT-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