Skip to content

Commit

Permalink
Add restriction for cfg_attr with crate_type and crate_name
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Oct 8, 2024
1 parent c64e52a commit 2766ec3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/conditional-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ fn bewitched() {}
The `cfg_attr` attribute is allowed anywhere attributes are allowed.

The [`crate_type`] and [`crate_name`] attributes cannot be used with `cfg_attr`.

### The `cfg` macro

The built-in `cfg` macro takes in a single configuration predicate and evaluates
Expand Down Expand Up @@ -369,6 +371,8 @@ println!("I'm running on a {} machine!", machine_kind);
[`cfg`]: #the-cfg-attribute
[`cfg` macro]: #the-cfg-macro
[`cfg_attr`]: #the-cfg_attr-attribute
[`crate_name`]: crates-and-source-files.md#the-crate_name-attribute
[`crate_type`]: linkage.md
[`target_feature` attribute]: attributes/codegen.md#the-target_feature-attribute
[attribute]: attributes.md
[attributes]: attributes.md
Expand Down

0 comments on commit 2766ec3

Please sign in to comment.