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 1162546 commit bd744f0Copy full SHA for bd744f0
src/doc/src/reference/build-scripts.md
@@ -259,10 +259,9 @@ identifier, the value should be a string.
259
### `cargo::rustc-check-cfg=CHECK_CFG` {#rustc-check-cfg}
260
261
Add to the list of expected config names and values that is used when checking
262
-the _reachable_ cfg expressions.
+the _reachable_ cfg expressions with the [`unexpected_cfgs`][unexpected-cfgs] lint.
263
264
For details on the syntax of `CHECK_CFG`, see `rustc` [`--check-cfg` flag][option-check-cfg].
265
-See also the [`unexpected_cfgs`][unexpected-cfgs] lint.
266
267
> Note: `cargo:rustc-check-cfg` (single-colon) can be used if your MSRV is below Rust 1.77
268
0 commit comments