Skip to content

Commit 1e2908c

Browse files
Apply suggestion
Co-authored-by: Josh Triplett <[email protected]>
1 parent 5de55d8 commit 1e2908c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

text/0000-cfg-target.md

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ This proposes a new `cfg`: `target`, which matches the entire target triple
1010
string (e.g. `arm-unknown-linux-gnueabihf`). This also adds a `CARGO_CFG_TARGET`
1111
environment variable for parity with other `CARGO_CFG_*` variables.
1212

13+
In addition, this proposes a shorthand `cfg(target(...))` to match multiple
14+
components of a target string at once.
15+
1316
# Motivation
1417
[motivation]: #motivation
1518

0 commit comments

Comments
 (0)