mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
af24bdbd96
Constify the following methods of `alloc::borrow::Cow`: - `is_borrowed` - `is_owned` These methods are still unstable under `cow_is_borrowed`. Possible because of #49146 (Allow if and match in constants). Tracking issue: #65143