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 85a4d70 commit 84b9169Copy full SHA for 84b9169
src/doc/src/reference/build-scripts.md
@@ -264,6 +264,8 @@ the _reachable_ cfg expressions.
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
+
269
The instruction can be used like this:
270
271
```rust,no_run
0 commit comments