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
We don't yet have a
ResolvedPathtype 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
rust/src/librustdoc/json/conversions.rs
Line 500 in e141246
Originally posted by @aDotInTheVoid in #99787 (comment)
@rustbot modify labels: +T-rustdoc +A-rustdoc-json