Closed
Description
The nightly rustdoc for Deref
contains multiple links under Implementors which do not work.
https://doc.rust-lang.org/nightly/std/ops/trait.Deref.html
for example InternedString, RcSlice<T>, ThinVec<T>, P<T>, ...
Those links seem to come from internal crates like
rustc_data_structures, rustc_errors, syntax, syntax_pos
The problem does not appear for the stable documentation.
https://doc.rust-lang.org/stable/std/ops/trait.Deref.html