Skip to content

Commit fe425df

Browse files
committed
Use proper keys in cfg.target_abi
1 parent 8ce6f60 commit fe425df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/conditional-compilation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,16 +218,16 @@ Example values:
218218
r[cfg.target_abi]
219219

220220

221-
r[cfg.target_env.general]
221+
r[cfg.target_abi.general]
222222
Key-value option set to further disambiguate the `target_env` with information
223223
about the target ABI.
224224

225-
r[cfg.target_env.disambiguation]
225+
r[cfg.target_abi.disambiguation]
226226
For historical reasons, this value is only defined as not the empty-string when actually
227227
needed for disambiguation. Thus, for example, on many GNU platforms, this value will be
228228
empty.
229229

230-
r[cfg.target_env.values]
230+
r[cfg.target_abi.values]
231231
Example values:
232232

233233
* `""`

0 commit comments

Comments
 (0)