rust-lang / project-stable-mir

Define compiler intermediate representation usable by external tools
Other
60 stars 12 forks source link

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

Open celinval opened 3 months ago

celinval commented 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:

jaisnan commented 3 months ago

@rustbot claim