Module rustc::ty::error [−][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::def_id::DefId; |
use ty; |
use ty::BoundRegion; |
use ty::Region; |
use ty::Ty; |
use ty::TyCtxt; |
use std::fmt; |
use rustc_target::spec::abi; |
use syntax::ast; |
use errors::DiagnosticBuilder; |
use syntax_pos::Span; |
use hir; |
Structs
| ExpectedFound |
[ Experimental ]
|
Enums
| TypeError |
[ Experimental ]
|
| UnconstrainedNumeric |
[ Experimental ]
|