fn encode_predicates<'tcx>(
    tcx: TyCtxt<'tcx>,
    predicates: &List<PolyExistentialPredicate<'tcx>>,
    dict: &mut FxHashMap<DictKey<'tcx>, usize>,
    options: TypeIdOptions
) -> String
Expand description

Encodes predicates using the Itanium C++ ABI with vendor extended type qualifiers and types for Rust types that are not used at the FFI boundary.