You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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 `\]`
The text was updated successfully, but these errors were encountered:
@tspiteri Can you try out if this still happens? This seems familiar. I think I fixed this a few days ago. Now that we have a new nightly it might work.
For this lib.rs:
I get this:
The text was updated successfully, but these errors were encountered: