mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
b4bab32075
constify `Vec` comparisons Tracking Issue: https://github.com/rust-lang/rust/issues/143800 Due to `Cow` not implementing `const Deref` (https://github.com/rust-lang/rust/issues/147964), the comparisons including a `Cow` were not constified.