Re: [PATCH v9 2/5] rust: Rename AlwaysRefCounted to RefCounted

From: Andreas Hindborg
Date: Wed Apr 09 2025 - 06:18:11 EST


"Oliver Mangold" <oliver.mangold@xxxxx> writes:

> AlwaysRefCounted will become a marker trait to indicate that it is allowed
> to obtain an ARef from a `&`, which cannot be allowed for types which are
> also Ownable.

I would suggest using `ARef<T>` and `&T` in the commit message.

v6.15-rc1 includes some more uses of `AlwaysRefCounted` that need to be
converted. Otherwise looks good to me.


Best regards,
Andreas Hindborg