Skip to content
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

rustdoc doesn't show methods/impl information for reexported types #13100

Closed
huonw opened this issue Mar 23, 2014 · 2 comments
Closed

rustdoc doesn't show methods/impl information for reexported types #13100

huonw opened this issue Mar 23, 2014 · 2 comments
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@huonw
Copy link
Member

huonw commented Mar 23, 2014

#[crate_id="pub_use"];

pub use foo::Bar;

mod foo {
    #[deriving(Eq)]
    /// Hi
    pub struct Bar;
    impl Bar {
        /// Dox
        pub fn new() -> Bar { Bar }
    }
}

The page for Bar just has

pub struct Bar;

Hi

@alexcrichton
Copy link
Member

Closing #13091

@alexcrichton
Copy link
Member

(as a dupe of)

JohnTitor pushed a commit to JohnTitor/rust that referenced this issue Aug 30, 2022
…jonas-schievink

fix: Resolve doc links on impl blocks

Fixes rust-lang/rust-analyzer#13089
flip1995 pushed a commit to flip1995/rust that referenced this issue Jul 25, 2024
Show progress while running dogfood test

Outputs the regular cargo progress in colour when running the dogfood test, helpful to see because it can take a long time to run

changelog: none
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