Skip to content

Tracking Issue for const_eq_ignore_ascii_case #131719

Open
@okaneco

Description

@okaneco

Feature gate: #![feature(const_eq_ignore_ascii_case)]

This is a tracking issue for const eq_ignore_ascii_case on [u8] and str.

Public API

impl [u8] {
    pub const fn eq_ignore_ascii_case(&self, other: &[u8]) -> bool;
}
impl str {
    pub const fn eq_ignore_ascii_case(&self, other: &str) -> bool;
}

Steps / History

Unresolved Questions

  • None yet.

Footnotes

  1. https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.disposition-mergeThis issue / PR is in PFCP or FCP with a disposition to merge it.final-comment-periodIn the final comment period and will be merged soon unless new substantive objections are raised.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions