Some of the "compiler types" we use (e.g. Relocation, RelocationKind,…) are marked to implement serde's traits depending on the enable-serde feature being enabled. It seems that this feature is not needed anymore. An example of these types is the following:
Some of the "compiler types" we use (e.g.
Relocation
,RelocationKind
,…) are marked to implementserde
's traits depending on theenable-serde
feature being enabled. It seems that this feature is not needed anymore. An example of these types is the following: