rustdoc renders re-exported types' field types differently from their definitions #89712
Labels
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
For example, with
MatchExpressionArmCause
. NoteVec<Span>
in the definition vsVec<Span, Global>
in the re-export, andTy<'tcx>
in the definition vs&'tcx TyS<'tcx>
in the re-export.Definition
Re-export
Note
I'm labeling this as
A-cross-crate-reexports
, but it may happen with intra-crate re-exports too.The text was updated successfully, but these errors were encountered: