Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/traits/
Dmod.rs598 pub struct SelectionOutputTypeParameterMismatch<'tcx> { struct
599 pub found_trait_ref: ty::PolyTraitRef<'tcx>,
600 pub expected_trait_ref: ty::PolyTraitRef<'tcx>,
601 pub terr: ty::error::TypeError<'tcx>,