fn build_dyn_type_di_node<'ll, 'tcx>(
cx: &CodegenCx<'ll, 'tcx>,
dyn_type: Ty<'tcx>,
unique_type_id: UniqueTypeId<'tcx>,
) -> DINodeCreationResult<'ll>
Expand description
Create debuginfo for dyn SomeTrait
types. Currently these are empty structs
we with the correct type name (e.g. “dyn SomeTrait<Foo, Item=u32> + Sync”).