Module rustc_codegen_llvm::debuginfo::utils
source · Enums
Functions
- Determines if
pointee_ty
is slice-like or trait-object-like, i.e. if the second field of the fat pointer is a length or a vtable-pointer. Ifpointee_ty
does not require a fat pointer (because it is Sized) then the function returnsNone
.