Home
last modified time | relevance | path

Searched defs:ProvePredicate (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_middle/src/traits/
Dquery.rs49 pub struct ProvePredicate<'tcx> { struct
50 pub predicate: Predicate<'tcx>,
53 impl<'tcx> ProvePredicate<'tcx> { implementation
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/query/type_op/
Dprove_predicate.rs10 impl<'tcx> super::QueryTypeOp<'tcx> for ProvePredicate<'tcx> { implementation