Skip to content

siderophile trait impl output doesn't have full trait paths #1

@rozbb

Description

@rozbb

Example: siderophile would output

<rand_pcg::pcg128::Mcg128Xsl64 as RngCore>::next_u64

whereas the label in the crate's callgraph would be

<rand_pcg::pcg128::Mcg128Xsl64 as rand_core::RngCore>::next_u64

This might end up being quite hard to implement, since the tools only looks at source code, and trait path resolution happens at compile time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    output mismatchOutput of siderophile does not match the corresponding callgraph label

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions