Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/doc/rustc/src/check-cfg.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ As of `2025-01-02T`, the list of known names is as follows:
- `unix`
- `windows`

> Starting with 1.85.0, the `test` cfg is consider to be a "userspace" config
> Starting with 1.85.0, the `test` cfg is considered to be a "userspace" config
> despite being also set by `rustc` and should be managed by the build system itself.

Like with `values(any())`, well known names checking can be disabled by passing `cfg(any())`
Expand Down
Loading