fn build_fixed_size_array_di_node<'ll, 'tcx>(
cx: &CodegenCx<'ll, 'tcx>,
unique_type_id: UniqueTypeId<'tcx>,
array_type: Ty<'tcx>,
) -> DINodeCreationResult<'ll>
Expand description
Creates debuginfo for a fixed size array (e.g. [u64; 123]
).
For slices (that is, “arrays” of unknown size) use build_slice_type_di_node.