You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2019. It is now read-only.
In src/lowering.rs#L275 crate_name and qualname are concatenated. This creates very interesting results for the qualname, for example:
std<f64>::cbrtlibc::unix::::readdir(not sure if this one belong here)core<char>::is_lowercasealloc<[T]>::into_vecWhy is this done and how are you supposed to get the crate name form this?