Function rustc::ty::codec::encode_predicates
[−]
[src]
pub fn encode_predicates<'tcx, E, C>(
encoder: &mut E,
predicates: &GenericPredicates<'tcx>,
cache: C
) -> Result<(), E::Error> where
E: TyEncoder,
C: for<'b> Fn(&'b mut E) -> &'b mut FxHashMap<Predicate<'tcx>, usize>,
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?