Rust documentation for Instant::elapsed() missing prototype #57824
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.
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.
The text was updated successfully, but these errors were encountered: