Re: [PATCH 04/13] Kbuild: Rust support
From: Miguel Ojeda
Date: Mon Apr 19 2021 - 16:56:19 EST
Hi David,
On Mon, Apr 19, 2021 at 10:01 PM David Sterba <dsterba@xxxxxxx> 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