Function renamer_keep_contexts

Source
pub fn renamer_keep_contexts<R>(
    config: Config,
    renamer: R,
) -> impl Pass + VisitMut
where R: Renamer<Target = Id>,
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.)