Open celinval opened 3 months ago
The AdtDef structure currently has methods to retrieve if a type is a box or simd. We should add support for checking other language items, such as:
AdtDef
is_phantom_data
is_unsafe_cell
is_manually_drop
is_anonymous
@rustbot claim
The
AdtDef
structure currently has methods to retrieve if a type is a box or simd. We should add support for checking other language items, such as:is_phantom_data
is_unsafe_cell
is_manually_drop
is_anonymous