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
Currently, rustdoc links to types in std that come from core or alloc resolve to the latter two crates. (They also link to nightly docs even on stable versions, but that's orthogonal.) This behavior is debatably appropriate for crates using std, but it's not a big deal.
However, explicit intradoc links (e.g. [std::vec::Vec]) also exhibit this behavior, which as a documentation writer I find confusing: if a path resolves to a different crate than the one I specified, I'm surprised.