Struct rustc::middle::infer::TypeTraceExperimental
[-]
[+]
[src]
pub struct TypeTrace<'tcx> { // 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.