Skip to content

Inlined documentation of reexported trait doesn't supply some type parameters #15185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ben0x539 opened this issue Jun 25, 2014 · 1 comment
Closed
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@ben0x539
Copy link
Contributor

http://doc.rust-lang.org/std/owned/trait.AnyOwnExt.html: fn move<T: 'static>(self) -> Result<Box, Self>;

Box should be Box<T>, as in http://doc.rust-lang.org/alloc/owned/trait.AnyOwnExt.html

in std, it's also linked to neither std's Box reexport nor alloc's original definition.

@ben0x539 ben0x539 changed the title Inlined documentation of reexports doesn't supply some type parameters Inlined documentation of reexported trait doesn't supply some type parameters Jun 25, 2014
@ben0x539
Copy link
Contributor Author

the [src] link on that std page also seems broken to me, not sure whether it's worth filing another issue for that since it seems to be specific to this trait and not others I've tried.

bors added a commit to rust-lang-ci/rust that referenced this issue Jul 17, 2023
Bump chalk

This fixes some issues, but I didn't add fix #num for them since 1. I don't know all of them and 2. we may want to add test for them.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

2 participants