rust/compiler/rustc_mir_transform
Tim (Theemathas) Chirananthavat b33505687b 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`.
2025-07-07 11:22:53 +07:00
..