rust/compiler/rustc_mir_transform
Jacob Pratt f1a0dfd145
Rollup merge of #138217 - theemathas:cow_is_owned_borrowed_associated, r=dtolnay
Turn `Cow::is_borrowed,is_owned` into associated functions.

This is done because `Cow` implements `Deref`. Therefore, to avoid conflicts with an inner type having a method of the same name, we use an associated method, like `Box::into_raw`.

Tracking issue: #65143
2025-10-30 02:43:41 -04:00
..
src Rollup merge of #138217 - theemathas:cow_is_owned_borrowed_associated, r=dtolnay 2025-10-30 02:43:41 -04:00
Cargo.toml Introduce ValueSet. 2025-09-13 17:14:04 +00:00
messages.ftl Suggest unit struct and constants. 2025-10-11 20:50:21 +00:00