Skip to content

Rustdoc-Json: Add ResolvedPath type #100106

Closed

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 (

// FIXME: should `trait_` be a clean::Path equivalent in JSON?
,
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

A-rustdoc-jsonArea: Rustdoc JSON backendT-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions