[][src]Trait rustc_traits::lowering::IntoFromEnvGoal

trait IntoFromEnvGoal {
    fn into_from_env_goal(self) -> Self;
}
🔬 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?

Used for implied bounds related rules (see rustc guide).

Required Methods

🔬 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?

Transforms an existing goal into a FromEnv goal.

Implementations on Foreign Types

impl<'tcx> IntoFromEnvGoal for DomainGoal<'tcx>
[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?

Implementors