Module rustc::infer::error_reporting::need_type_info[][src]

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Re-exports

use hir;
use hir::Local;
use hir::Pat;
use hir::Body;
use hir::HirId;
use hir::intravisit;
use hir::intravisit::Visitor;
use hir::intravisit::NestedVisitorMap;
use infer::InferCtxt;
use infer::type_variable::TypeVariableOrigin;
use ty;
use ty::Ty;
use ty::TyInfer;
use ty::TyVar;
use syntax_pos::Span;

Structs

FindLocalByTypeVisitor [
Experimental
]