On Tue Feb 3, 2026 at 5:47 PM CET, Gary Guo wrote:
> I think it is a big strange to have this on `Devres` (in patch v6 it has
> `Devres::dir` doesn't make
> too much sense). I would suggest that we domsomething like
>
> impl<'a, T: 'a + Send> Scope<T> {
> pub fn devres_dir(
> ...
> ) -> impl PinInit<Devres<Self>, Error> + 'a;
> }
Good catch, I did not notice that this is implemented on Devres, rather than
debugfs. This should not be implemented on Devres.
> To me `Devres` is just a generic container type, just like `Arc` and `ARef`,
> so
> the assoc functions should be defined on the concrete type.
Indded.