Function rustc_codegen_llvm::debuginfo::metadata::enums::tag_base_type

source ·
fn tag_base_type<'ll, 'tcx>(
    cx: &CodegenCx<'ll, 'tcx>,
    enum_type_and_layout: TyAndLayout<'tcx>
) -> Ty<'tcx>
Expand description

Extract the type with which we want to describe the tag of the given enum or coroutine.