Rustdoc-Json: some item IDs are missing in paths
field.
#101687
Labels
A-rustdoc-json
Area: Rustdoc JSON backend
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#101531 fixed an issue that some IDs in the
links
field are incorrect.Now, IDs in the
links
field are correct, but some IDs are missing in thepaths
field.I tried this code:
I expected to see this happen:
links
field contains the IDs of link targets, and we can retrieve the path of the item frompaths
field.Instead, this happened:
paths
does not contain some items.Meta
rustdoc +nightly --version --verbose
:The text was updated successfully, but these errors were encountered: