Closed
Description
For example, with MatchExpressionArmCause
. Note Vec<Span>
in the definition vs Vec<Span, Global>
in the re-export, and Ty<'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.