fn encode_region<'tcx>(
    region: Region<'tcx>,
    dict: &mut FxHashMap<DictKey<'tcx>, usize>
) -> String
Expand description

Encodes a region using the Itanium C++ ABI as a vendor extended type.