StructsΒ§
- Exportable
Item πCollector - Exportable
Items πChecker - Impls
Order πVisitor
FunctionsΒ§
- exportable_
items_ πprovider_ local - Exportable items:
- provide π
- stable_
order_ πof_ exportable_ impls - During symbol mangling rustc uses a special index to distinguish between two impls of
the same type in the same module(See
DisambiguatedDefPathData
). For exportable items we cannot use the current approach because it is dependent on the compilerβs implementation.