Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dmod.rs958 pub struct SubtypePredicate<'tcx> { struct
963 pub type PolySubtypePredicate<'tcx> = ty::Binder<'tcx, SubtypePredicate<'tcx>>; argument
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/error_reporting/
Dmod.rs2450 let SubtypePredicate { a_is_expected: _, a, b } = data; in maybe_report_ambiguity() localVariable