Re-exports§
pub use crate::rename::rename;
Structs§
Functions§
- hygiene
- See hygiene_with_config for doc. Creates a
hygiene
pass with default value of Config. - hygiene_
with_ config - The pass actually modifies the identifiers in the way that different
identifier (with respect to span hygiene) becomes different identifier.
(e.g.
a1
fora#6
,a2
fora#23
)