Struct rustc::middle::typeck::infer::TypeTrace[src]

pub struct TypeTrace {
    // some fields omitted
}

The trace designates the path through inference that we took to encounter an error or subtyping constraint.

See error_reporting.rs for more details.

Methods

impl TypeTrace

fn span(&self) -> Span

Trait Implementations

impl Repr for TypeTrace

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

Derived Implementations

impl Clone for TypeTrace

fn clone(&self) -> TypeTrace

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