-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Fail to build tokio docs on nightly #56693
Comments
Mentoring instructions: Update the linked doc with the following two lines:
|
Hold on. The bug would be found in 10 seconds if you provided FILE:LINE. So the issue is a little bit more complicated. |
Shouldn't this warning be capped when documenting tokio since it occurs in the standard library? cc #51684 |
@euclio that would be my expectation. I am not sure why that isn't the case here. @kpp I meant the link you provided: Line 215 in 1137d29
Adding the mentioned lines at the end of it should be enough to get around the current tokio problem, but a more general solution needs to be devised, as brought up by @euclio. |
This is why |
Minimal repro:
|
…res, r=QuietMisdreavus deny intra-doc link resolution failures in libstd Fixes rust-lang#56693. Until we land a fix for the underlying issue (rust-lang#56922), we can at least fix the failures in libstd so they don't propagate to downstream crates.
…res, r=QuietMisdreavus deny intra-doc link resolution failures in libstd Fixes rust-lang#56693. Until we land a fix for the underlying issue (rust-lang#56922), we can at least fix the failures in libstd so they don't propagate to downstream crates.
…res, r=QuietMisdreavus deny intra-doc link resolution failures in libstd Fixes rust-lang#56693. Until we land a fix for the underlying issue (rust-lang#56922), we can at least fix the failures in libstd so they don't propagate to downstream crates.
…res, r=QuietMisdreavus deny intra-doc link resolution failures in libstd Fixes rust-lang#56693. Until we land a fix for the underlying issue (rust-lang#56922), we can at least fix the failures in libstd so they don't propagate to downstream crates.
Still not fixed in |
Fixed <3 |
rust/src/libstd/io/error.rs
Line 215 in 1137d29
This error lives on nightly for ages:
I am not sure this is an std::io::Error error, but it looks very strange there is no any link to FILE:LINE.
The source code can be found at tokio-rs/tokio#792
The text was updated successfully, but these errors were encountered: