nrc / rust-dxr

Rust indexing in DXR
8 stars 0 forks source link

save-analysis should put crate name in qualnames #19

Open nrc opened 9 years ago

nrc commented 9 years ago

Currently it does not, then DXR prepends the crate name to any absolute qualname (fixup_qualname). This is wrong since the qualname might already start with the crate name. So, save-analysis should include the crate name where necessary (I have no idea how things work at all at the moment, in fact).