We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35ea623 + 8e7dbeb commit bec67edCopy full SHA for bec67ed
src/doc/src/reference/environment-variables.md
@@ -353,6 +353,8 @@ let out_dir = env::var("OUT_DIR").unwrap();
353
* `CARGO_CFG_TARGET_POINTER_WIDTH=64` --- The CPU [pointer width].
354
* `CARGO_CFG_TARGET_ENDIAN=little` --- The CPU [target endianness].
355
* `CARGO_CFG_TARGET_FEATURE=mmx,sse` --- List of CPU [target features] enabled.
356
+ > Note that different [target triples][Target Triple] have different sets of `cfg` values,
357
+ > hence variables present in one target triple might not be available in the other.
358
* `OUT_DIR` --- the folder in which all output and intermediate artifacts should
359
be placed. This folder is inside the build directory for the
360
package being built, and it is unique for the package in question.
0 commit comments