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

Some example code not showing in rustdoc #27058

Closed
mcast opened this issue Jul 15, 2015 · 2 comments
Closed

Some example code not showing in rustdoc #27058

mcast opened this issue Jul 15, 2015 · 2 comments

Comments

@mcast
Copy link
Contributor

mcast commented Jul 15, 2015

Following #rust conversation with kimundi (just now from about 11:18pm +01:00), I found a useful example in the source,

    /// Takes each element in the `Iterator`: if it is an `Err`, no further
    /// elements are taken, and the `Err` is returned. Should no `Err` occur, a
    /// container with the values of each `Result` is returned.
    ///
    /// Here is an example which increments every integer in a vector,
    /// checking for overflow:

but it seems not to be rendered anywhere on doc.rust-lang.org .

Or at least, search engines aren't finding the text (refresh too slow?), and it isn't where I look for it (I'm hopelessly lost?).

@eefriedman
Copy link
Contributor

See also issue #24838/issue #26871.

@mcast
Copy link
Contributor Author

mcast commented Jul 16, 2015

Thanks @eefriedman, this is a dup.

@mcast mcast closed this as completed Jul 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants