-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and tools
Description
Location
std::matches!
in v1.85: https://doc.rust-lang.org/1.85.0/std/macro.matches.html
std::matches!
in v1.86: https://doc.rust-lang.org/1.86.0/std/macro.matches.html
std::matches!
in nightly: https://doc.rust-lang.org/nightly/std/macro.matches.html
Summary
The matches!
macro was stabilized in v1.42, but later versions of Rust instead report the stabilization version as v1.0
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and tools