Struct rustc::middle::traits::MismatchedProjectionTypesUnstable [-] [+] [src]

pub struct MismatchedProjectionTypes<'tcx> {
    pub err: type_err<'tcx>,
}

Fields

err

Trait Implementations

impl<'tcx> Repr<'tcx> for MismatchedProjectionTypes<'tcx>

fn repr(&self, tcx: &ctxt<'tcx>) -> String

impl<'tcx> Debug for MismatchedProjectionTypes<'tcx>

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl<'tcx> Clone for MismatchedProjectionTypes<'tcx>

fn clone(&self) -> MismatchedProjectionTypes<'tcx>

fn clone_from(&mut self, source: &Self)