Re: [PATCH v12 2/4] `AlwaysRefCounted` is renamed to `RefCounted`.

From: Andreas Hindborg

Date: Thu Oct 30 2025 - 10:57:48 EST


Oliver Mangold <oliver.mangold@xxxxx> writes:

> `AlwaysRefCounted` will become a marker trait to indicate that it is
> allowed to obtain an `ARef<T>` from a `&T`, which cannot be allowed for
> types which are also Ownable.
>
> Signed-off-by: Oliver Mangold <oliver.mangold@xxxxx>
> Suggested-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>

Please update the title to

rust: rename `AlwaysRefCounted` to `RefCounted`

No period in the summary line.

With that, you can add my review tag.

Reviewed-by: Andreas Hindborg <a.hindborg@xxxxxxxxxx>

Since this patch touches so many moving parts of the rust tree, it is
going to be a cat and mouse game regarding rebasing this thing. It also
touches a lot if peoples code. I am not sure how something like this
would merge. Do we need ACK from everyone @Miguel?

Best regards,
Andreas Hindborg