Crate rustc_ty_utils[][src]

Expand description

Various checks

Note

This API is completely unstable and subject to change.

Modules

Queries for checking whether a type implements one of a few common traits.

Check whether a type has (potentially) non-trivial drop glue.

Check whether a type is representable.

Functions