Skip to content

SliceExt::binary_search has a different signature than slice::binary_search #41561

Closed
@brson

Description

@brson

SliceExt parameterizes Self::Item over Borrow, but slices don't have that parameterization. This makes the core slice API different from the std slice API, which is not supposed to be the case.

PR where this change was made.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.T-libs-apiRelevant to the library API 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