Module rustc_traits::normalize_projection_ty[][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 rustc::infer::canonical::Canonical;
use rustc::infer::canonical::QueryResult;
use rustc::traits;
use rustc::traits::FulfillmentContext;
use rustc::traits::ObligationCause;
use rustc::traits::SelectionContext;
use rustc::traits::query::CanonicalProjectionGoal;
use rustc::traits::query::NoSolution;
use rustc::traits::query::normalize::NormalizationResult;
use rustc::ty::ParamEnvAnd;
use rustc::ty::TyCtxt;
use rustc_data_structures::sync::Lrc;
use syntax::ast::DUMMY_NODE_ID;
use syntax_pos::DUMMY_SP;
use util;
use std::sync::atomic::Ordering;

Functions

normalize_projection_ty [
Experimental
]