Struct rustc::traits::GlobalFulfilledPredicates [] [src]

pub struct GlobalFulfilledPredicates<'tcx> {
    // some fields omitted
}
Unstable (rustc_private)

Methods

impl<'a, 'gcx, 'tcx> GlobalFulfilledPredicates<'gcx>
[src]

fn new(dep_graph: DepGraph) -> GlobalFulfilledPredicates<'gcx>

fn check_duplicate(&self, key: &Predicate<'tcx>) -> bool

fn check_duplicate_trait(&self, data: &PolyTraitPredicate<'tcx>) -> bool