[−][src]Trait rustc::ty::util::IntTypeExt
🔬 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?
Required Methods
fn to_ty<'a, 'gcx, 'tcx>(&self, tcx: TyCtxt<'a, 'gcx, 'tcx>) -> Ty<'tcx>
🔬 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?
fn disr_incr<'a, 'tcx>(
&self,
tcx: TyCtxt<'a, 'tcx, 'tcx>,
val: Option<Discr<'tcx>>
) -> Option<Discr<'tcx>>
&self,
tcx: TyCtxt<'a, 'tcx, 'tcx>,
val: Option<Discr<'tcx>>
) -> Option<Discr<'tcx>>
🔬 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?
fn initial_discriminant<'a, 'tcx>(
&self,
tcx: TyCtxt<'a, 'tcx, 'tcx>
) -> Discr<'tcx>
&self,
tcx: TyCtxt<'a, 'tcx, 'tcx>
) -> Discr<'tcx>
🔬 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?
Implementations on Foreign Types
impl IntTypeExt for IntType
[src]
impl IntTypeExt for IntType
fn to_ty<'a, 'gcx, 'tcx>(&self, tcx: TyCtxt<'a, 'gcx, 'tcx>) -> Ty<'tcx>
[src]
fn to_ty<'a, 'gcx, 'tcx>(&self, tcx: TyCtxt<'a, 'gcx, 'tcx>) -> Ty<'tcx>
🔬 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?
fn initial_discriminant<'a, 'tcx>(
&self,
tcx: TyCtxt<'a, 'tcx, 'tcx>
) -> Discr<'tcx>
[src]
fn initial_discriminant<'a, 'tcx>(
&self,
tcx: TyCtxt<'a, 'tcx, 'tcx>
) -> Discr<'tcx>
🔬 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?
fn disr_incr<'a, 'tcx>(
&self,
tcx: TyCtxt<'a, 'tcx, 'tcx>,
val: Option<Discr<'tcx>>
) -> Option<Discr<'tcx>>
[src]
fn disr_incr<'a, 'tcx>(
&self,
tcx: TyCtxt<'a, 'tcx, 'tcx>,
val: Option<Discr<'tcx>>
) -> Option<Discr<'tcx>>
🔬 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?