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ยง
- Check
Attr ๐Visitor
Enumsยง
- Item
Like ๐ - Proc
Macro ๐Kind
Functionsยง
- check_
duplicates ๐ - check_
mod_ ๐attrs - is_
c_ ๐like_ enum - provide ๐