Home
last modified time | relevance | path

Searched hist:"92 a655ae00a2f15fdd80eb96cd23526c0d8f0bfd" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/rust/kernel/sync/
H A Darc.rsdiff 92a655ae00a2f15fdd80eb96cd23526c0d8f0bfd Wed Dec 28 00:03:44 CST 2022 Wedson Almeida Filho <wedsonaf@gmail.com> rust: sync: allow type of `self` to be `ArcBorrow<T>`

This allows associated functions whose `self` argument has
`ArcBorrow<T>` as their type. This, in turn, allows callers to use the
dot syntax to make calls.

Signed-off-by: Wedson Almeida Filho <wedsonaf@gmail.com>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Gary Guo <gary@garyguo.net>
Reviewed-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
Acked-by: Boqun Feng <boqun.feng@gmail.com>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>