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
This issue seems to be specifically caused because of the shared header at different levels in the tree so the relative link will only work for one of them.
At the top of http://doc.rust-lang.org/nightly/collections/str/index.html there are two
str
links that point to http://doc.rust-lang.org/nightly/collections/primitive.str.htmlBoth of these pages have the same header docs, though the same
str
links on the latter page are broken.The text was updated successfully, but these errors were encountered: