Skip to content

Commit ae57998

Browse files
Point to check-cfg blog post.
1 parent af0c4f2 commit ae57998

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

posts/2024-07-25-Rust-1.80.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ The `[lints]` table in the `Cargo.toml` manifest can also be used to extend the
8686
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(foo, values("bar"))'] }
8787
```
8888

89+
You can read more about this feature in a [previous blog post](https://blog.rust-lang.org/2024/05/06/check-cfg.html) announcing the availability of the feature on nightly.
90+
8991
### Exclusive ranges in patterns
9092

9193
Rust ranged patterns can now use exclusive endpoints, written `a..b` or `..b` similar to the `Range` and `RangeTo` expression types. For example, the following patterns can now use the same constants for the end of one pattern and the start of the next:

0 commit comments

Comments
 (0)