Struct rustc_lint::middle::infer::TypeTraceUnstable
[-] [+]
[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.