Skip to content

Clean up remnants of #110395 #143871

Open
Open
@fee1-dead

Description

@fee1-dead

#110395 left us with many test cases that have been disabled because the standard library traits that used to be const are not anymore.

For these cases we should:

  • Find out if they can be written without depending on the traits or impls being const. If they can, rewrite them and re-enable them.
  • If they can't be written without depending on impl const or const traits, constify the relevant traits and impls where possible. Re-enable them

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-testsuiteArea: The testsuite used to check the correctness of rustcC-cleanupCategory: PRs that clean code up or issues documenting cleanup.F-const_trait_impl`#![feature(const_trait_impl)]`T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.T-libsRelevant to the library 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