We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbaabbe + cfd9a6f commit 418f056Copy full SHA for 418f056
src/SUMMARY.md
@@ -48,3 +48,4 @@
48
- [Cargo: Reject unused inherited default-features](rust-2024/cargo-inherited-default-features.md)
49
- [Rustfmt: Combine all delimited exprs as last argument](rust-2024/rustfmt-overflow-delimited-expr.md)
50
- [`gen` keyword](rust-2024/gen-keyword.md)
51
+ - [Macro fragment specifiers](rust-2024/macro-fragment-specifiers.md)
src/rust-2024/macro-fragment-specifiers.md
@@ -0,0 +1,3 @@
1
+# Macro Fragment Specifiers
2
+
3
+This is a stub. Help us to improve it by creating a pull request!
0 commit comments