Re: [PATCH 04/13] Kbuild: Rust support
From: Miguel Ojeda <hidden>
Date: 2021-04-19 20:56:19
Also in:
linux-doc, linux-kbuild, lkml
From: Miguel Ojeda <hidden>
Date: 2021-04-19 20:56:19
Also in:
linux-doc, linux-kbuild, lkml
Hi David, On Mon, Apr 19, 2021 at 10:01 PM David Sterba [off-list ref] wrote:
for simple functions it's barely parseable but the following is hardly readable translates to <rust_binder[8787f43e282added]::range_alloc::DescriptorState as core[8787f43e282added]::fmt::Debug>::fmt
Some details can be omitted without much problem, e.g. try the `-i`
option of `c++filt`:
<rust_binder::range_alloc::DescriptorState as core::fmt::Debug>::fmt
Cheers,
Miguel