Module rustc::traits::query::normalize[][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?

Code for the 'normalization' query. This consists of a wrapper which folds deeply, invoking the underlying normalize_projection_ty query when it encounters projections.

Structs

NormalizationResult [
Experimental
]

Result from the normalize_projection_ty query.

QueryNormalizer [
Experimental
]