We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6354bb3 commit cf36b0dCopy full SHA for cf36b0d
src/doc/src/reference/features.md
@@ -7,6 +7,13 @@ either be enabled or disabled. Features for the package being built can be
7
enabled on the command-line with flags such as `--features`. Features for
8
dependencies can be enabled in the dependency declaration in `Cargo.toml`.
9
10
+> **Note**: New crates or versions published on crates.io are now limited to
11
+> a maximum of 300 features. Exceptions are granted on a case-by-case basis.
12
+> See this [blog post] for details. Participation in solution discussions is
13
+> encouraged via the crates.io Zulip stream.
14
+
15
+[blog post]: https://blog.rust-lang.org/2023/10/26/broken-badges-and-23k-keywords.html
16
17
See also the [Features Examples] chapter for some examples of how features can
18
be used.
19
0 commit comments