-
Notifications
You must be signed in to change notification settings - Fork 22
Does rls-analysis
support everything we need?
#7
Comments
After a quick look at generated JSON, it looks like the exported macros (and their doc comments) are not included. But I'm not familiar enough with the |
@steveklabnik It seems that rls-analysis does not export the visibility of items? We shouldn't be documenting private items :) (Found this while working on a PR for just that) |
yeah, we should at least know if something is public or private; sounds like an important thing to sort out |
@euclio , it would be nice to be able to document private definitions too. Earlier discussion rust-lang/rust#15347 |
We ran into some issues implementing the DefKinds. The discussion was here. Essentially, rls-analysis still needs to be expanded for other items so we can implement everything. |
We will not be able to support |
Upstream wants to work with us, but we haven't actually determined if we need anything yet.
This quest issue is both broad and specific. Someone wanting to close it out should:
rls-analysis
.If we don't have all of the stuff we need, we'll have to open issues with upstream and work with them to get the information landed.
The text was updated successfully, but these errors were encountered: