Module rustc_passes::check_attr
source · Expand description
This module implements some validity checks for attributes.
In particular it verifies that #[inline]
and #[repr]
attributes are
attached to items that actually support them and if there are
conflicts between multiple such attributes attached to the same
item.
Structs
Enums
- ItemLike 🔒
Constants
Functions
- provide 🔒