Closed
Description
Line 215 in 1137d29
This error lives on nightly for ages:
$ rustc -Vv
rustc 1.32.0-nightly (4a45578bc 2018-12-07)
binary: rustc
commit-hash: 4a45578bc58ff262864f72680cc02e83f5d2f5b3
commit-date: 2018-12-07
host: x86_64-unknown-linux-gnu
release: 1.32.0-nightly
LLVM version: 8.0
~/tokio$ cargo doc
Documenting tokio v0.1.13 (/home/humbug/tokio)
error: `[ErrorKind]` cannot be resolved, ignoring it...
|
note: lint level defined here
--> src/lib.rs:2:23
|
2 | #![deny(missing_docs, warnings, missing_debug_implementations)]
| ^^^^^^^^
= note: #[deny(intra_doc_link_resolution_failure)] implied by #[deny(warnings)]
= note: the link appears in this line:
Converts an [`ErrorKind`] into an [`Error`].
^^^^^^^^^^^
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
error: `[Error]` cannot be resolved, ignoring it...
|
= note: the link appears in this line:
Converts an [`ErrorKind`] into an [`Error`].
^^^^^^^
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
error: Could not document `tokio`.
Caused by:
process didn't exit successfully: `rustdoc --crate-name tokio src/lib.rs --color always -o ..............
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
Metadata
Assignees
Labels
Area: Documentation for any part of the project, including the compiler, standard library, and toolsCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Activity