Module rustc::infer::fudge[][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 infer::type_variable::TypeVariableMap;
use ty;
use ty::Ty;
use ty::TyCtxt;
use ty::fold::TypeFoldable;
use ty::fold::TypeFolder;
use super::InferCtxt;
use super::RegionVariableOrigin;

Structs

RegionFudger [
Experimental
]