Module collect_trait_impls

Source
Expand description

Collects trait impls for each item in the crate. For example, if a crate defines a struct that implements a trait, this pass will note that the struct implements that trait.

Structsยง

BadImplStripper ๐Ÿ”’
ItemAndAliasCollector ๐Ÿ”’
SyntheticImplCollector ๐Ÿ”’

Constantsยง

COLLECT_TRAIT_IMPLS ๐Ÿ”’

Functionsยง

collect_trait_impls ๐Ÿ”’