Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more queries to AdtDef to check for rust language types #86

Open
4 tasks
celinval opened this issue Jul 15, 2024 · 1 comment
Open
4 tasks

Add more queries to AdtDef to check for rust language types #86

celinval opened this issue Jul 15, 2024 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@celinval
Copy link
Contributor

celinval commented Jul 15, 2024

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
@celinval celinval added the good first issue Good for newcomers label Jul 15, 2024
@jaisnan
Copy link

jaisnan commented Jul 19, 2024

@rustbot claim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants