pub fn renamer_keep_contexts<R>(
config: Config,
renamer: R,
) -> impl Pass + VisitMut
Expand description
Create correct (unique) syntax contexts. Use this if you need the syntax
contexts produces by this pass (unlike the default hygiene
pass which
removes them anyway.)