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

Rust documentation for Instant::elapsed() missing prototype #57824

Closed
penguin359 opened this issue Jan 22, 2019 · 2 comments
Closed

Rust documentation for Instant::elapsed() missing prototype #57824

penguin359 opened this issue Jan 22, 2019 · 2 comments
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

@penguin359
Copy link

The documentation for the elapsed() method of std::time::Instant is missing it's prototype in the generated documentation for the current Beta release. The issue can be seen here:

https://doc.rust-lang.org/beta/std/time/struct.Instant.html#method.elapsed

It appears to already be fixed on the nightly release, but it should be backported to Beta.

@sfackler sfackler added T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. regression-from-stable-to-beta Performance or correctness regression from stable to beta. labels Jan 22, 2019
@hellow554
Copy link
Contributor

Is this the same as #57814 ?

@GuillaumeGomez
Copy link
Member

Yes it is. Closing it. Thanks @penguin359!

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

4 participants