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ยง

Functionsยง