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ยง
- CheckAttrVisitor ๐
Enumsยง
- ItemLike ๐
- ProcMacroKind ๐
Functionsยง
- check_duplicates ๐
- check_mod_attrs ๐
- is_c_like_enum ๐
- provide ๐