-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-rustdoc-jsonArea: Rustdoc JSON backendArea: Rustdoc JSON backendT-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
We don't yet have a ResolvedPath
type in the json output, so I think that should be done in a followup change, as theirs a couple of other places we'd also want to use it (
rust/src/librustdoc/json/conversions.rs
Line 423 in e141246
// FIXME: should `trait_` be a clean::Path equivalent in JSON? |
rust/src/librustdoc/json/conversions.rs
Line 500 in e141246
let trait_ = clean::Type::Path { path: trait_ }.into_tcx(tcx); |
Originally posted by @aDotInTheVoid in #99787 (comment)
@rustbot modify labels: +T-rustdoc +A-rustdoc-json
Metadata
Metadata
Assignees
Labels
A-rustdoc-jsonArea: Rustdoc JSON backendArea: Rustdoc JSON backendT-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.