You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #13869 - Urgau:check-cfg-docs-2, r=weihanglo
Add more documentation to `cargo::rustc-check-cfg`
This PR add more documentation to `cargo::rustc-check-cfg` by:
1. mentioning `cargo:rustc-check-cfg` for MSRV
2. it also add a link to [the check-cfg blog post](https://blog.rust-lang.org/2024/05/06/check-cfg.html) (since it gives a big overview of the feature in general)
3. it also adds a link to the build-script-examples page where a more complete example for the use of `cargo::rustc-cfg` and `cargo::rustc-check-cfg` is displayed
Fixes#13868
r? `@weihanglo`
0 commit comments