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
These fail because we can't resolve them with the paths field of the rustdoc json: we would need to have all index items of the standard library, and they are not included in rustdoc's output.
Now, there's a way to get the rustdoc json for the standard library with component rust-docs-json (see rust-lang/rust#76578 (comment)), but the json files, which will be installed in ~/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/share/doc/rust/json/, do not contain item ids consistent with the output of rustdoc in our crate (see "Foreign ID Lookup" in rust-lang/rust#106697).
The text was updated successfully, but these errors were encountered:
After #177 we can't generate intralinks to foreign impl items such as:
These fail because we can't resolve them with the
paths
field of the rustdoc json: we would need to have allindex
items of the standard library, and they are not included in rustdoc's output.Now, there's a way to get the rustdoc json for the standard library with component
rust-docs-json
(see rust-lang/rust#76578 (comment)), but the json files, which will be installed in~/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/share/doc/rust/json/
, do not contain item ids consistent with the output of rustdoc in our crate (see "Foreign ID Lookup" in rust-lang/rust#106697).The text was updated successfully, but these errors were encountered: