Skip to content
This repository was archived by the owner on Mar 1, 2019. It is now read-only.
This repository was archived by the owner on Mar 1, 2019. It is now read-only.

How to seperate crate name from qualname? #136

@jendrikw

Description

@jendrikw

In src/lowering.rs#L275 crate_name and qualname are concatenated. This creates very interesting results for the qualname, for example:

  • std<f64>::cbrt
  • libc::unix::::readdir (not sure if this one belong here)
  • core<char>::is_lowercase
  • alloc<[T]>::into_vec

Why is this done and how are you supposed to get the crate name form this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions