-
-
Notifications
You must be signed in to change notification settings - Fork 20
Object Reform obscures documentation for wrapped types #49
Comments
Bummer. This is not a big deal in gdk but will be a problem in gtk, so thanks for bringing this up before I made all of gtk like this :) |
@jashephe |
@gkoz, I'm not sure what you mean. I haven't seen a relevant rustdoc issue, I just assumed that rustdoc was to blame. |
I thought I saw your comment in one of rustdoc issues... |
Ah, that was actually for a different, but perhaps related issue. The implementation of |
Here's that issue, but it's not quite the same as what's going on here. |
The type aliases issue: rust-lang/rust#19381 I'm hopeful this can be fixed in rustdoc rather than by hoop-jumping. |
It doesn't look like either of those issues has received much attention, unfortunately. |
@gkoz, did your pull request (rust-lang/rust#25892) fix this issue? Why exactly was it closed? |
That was a hack that didn't get much support because of the limitations of a 10-line patch. |
Inherent implementations should be visible now. The blanket implementations issue probably requires rewriting rustdoc. |
Although @gkoz's object reform PR improved the handling of wrapped types, it resulted in the generated rustdoc pages not showing the documentation for associated methods (look at the documentation page for
Pixbuf
for an example). This is probably a rustdoc problem, but is there anything we can do to make the docs visible?The text was updated successfully, but these errors were encountered: