Function rustc_span::with_metavar_spans

source ยท
pub fn with_metavar_spans<R>(
    f: impl FnOnce(&mut FxHashMap<Span, Span>) -> R,
) -> R