Module rustc_feature::builtin_attrs

source ยท
Expand description

Built-in attributes and cfg flag gating.

Macrosยง

  • cfg_fn ๐Ÿ”’
  • experimental ๐Ÿ”’
  • gated ๐Ÿ”’
  • rustc_attr ๐Ÿ”’
  • template ๐Ÿ”’
    A convenience macro for constructing attribute templates. E.g., template!(Word, List: "description") means that the attribute supports forms #[attr] and #[attr(description)].
  • ungated ๐Ÿ”’

Structsยง

Enumsยง

Constantsยง

Staticsยง

Functionsยง

Type Aliasesยง