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

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