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

rustdocs: missing items in reexported modules #30213

Closed
SimonSapin opened this issue Dec 4, 2015 · 5 comments
Closed

rustdocs: missing items in reexported modules #30213

SimonSapin opened this issue Dec 4, 2015 · 5 comments
Assignees
Labels
regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@SimonSapin
Copy link
Contributor

std::fmt is reexported as:

pub use core_collections::fmt;

This didn’t used to be a problem, http://doc.rust-lang.org/1.4.0/std/fmt/#structs documents a bunch of things. But most of it went missing: http://doc.rust-lang.org/nightly/std/fmt/#structs. (Note that URLs are for 1.4 and current nightly.)

CC @alexcrichton

@petrochenkov
Copy link
Contributor

The main suspect is probably #29822, I'll look at what happens.

@alexcrichton
Copy link
Member

Thanks for investigating @petrochenkov!

@alexcrichton alexcrichton added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Dec 4, 2015
@petrochenkov
Copy link
Contributor

Ha, it's not #29822, it's #30043.
cc @arielb1

@sfackler sfackler added regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-tools labels Dec 21, 2015
@brson brson self-assigned this Jan 7, 2016
@ghost ghost mentioned this issue Jan 13, 2016
bors added a commit that referenced this issue Jan 13, 2016
Fixes #30477, #30213.

The loop over reexports used to be a closure before #30043 but it's an iterator now so it should just continue instead of exiting the loop and skipping stuff.

r? @brson
@mitaa
Copy link
Contributor

mitaa commented Jan 15, 2016

Fixed by #30870

@alexcrichton
Copy link
Member

Thanks @mitaa!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression-from-stable-to-beta Performance or correctness regression from stable to beta. 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

6 participants