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.
1 parent 84b9169 commit 5a43a45Copy full SHA for 5a43a45
src/doc/src/reference/build-scripts.md
@@ -258,6 +258,8 @@ identifier, the value should be a string.
258
259
### `cargo::rustc-check-cfg=CHECK_CFG` {#rustc-check-cfg}
260
261
+*See the announcement [blog post][check-cfg-blog-post] for more a global view of the feature.*
262
+
263
Add to the list of expected config names and values that is used when checking
264
the _reachable_ cfg expressions.
265
@@ -290,6 +292,7 @@ if foo_bar_condition {
290
292
}
291
293
```
294
295
+[check-cfg-blog-post]: https://blog.rust-lang.org/2024/05/06/check-cfg.html
296
[option-check-cfg]: ../../rustc/command-line-arguments.md#option-check-cfg
297
298
### `cargo::rustc-env=VAR=VALUE` {#rustc-env}
0 commit comments