Skip to content

Commit 19eadfa

Browse files
committed
Use proper keys in cfg.target_abi
1 parent 749f3ac commit 19eadfa

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
@@ -221,16 +221,16 @@ Example values:
221221
r[cfg.target_abi]
222222

223223

224-
r[cfg.target_env.general]
224+
r[cfg.target_abi.general]
225225
Key-value option set to further disambiguate the `target_env` with information
226226
about the target ABI.
227227

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

233-
r[cfg.target_env.values]
233+
r[cfg.target_abi.values]
234234
Example values:
235235

236236
* `""`

0 commit comments

Comments
 (0)