[−][src]Function rustc_codegen_llvm::base::coerce_unsized_into
pub fn coerce_unsized_into<'a, 'll, 'tcx>(
bx: &Builder<'a, 'll, 'tcx>,
src: PlaceRef<'ll, 'tcx>,
dst: PlaceRef<'ll, '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?
Coerce src
, which is a reference to a value of type src_ty
,
to a value of type dst_ty
and store the result in dst