Closed
Description
For this lib.rs:
pub struct Foo(std::error::Error);
I get this:
$ rustdoc +nightly -V
rustdoc 1.28.0-nightly (cd494c1f0 2018-06-27)
$ rustdoc +nightly lib.rs
warning: `[Debug]` cannot be resolved, ignoring it...
|
= note: #[warn(intra_doc_link_resolution_failure)] on by default
= note: the link appears in this line:
themselves through the [`Display`] and [`Debug`] traits, and may provide
^^^^^^^
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`