[][src]Function rustc_codegen_llvm::mir::rvalue::cast_float_to_int

fn cast_float_to_int<'ll>(
    bx: &Builder<'_, 'll, '_>,
    signed: bool,
    x: &'ll Value,
    float_ty: &'ll Type,
    int_ty: &'ll Type
) -> &'ll Value
🔬 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?