We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbaabbe commit 623fe8cCopy full SHA for 623fe8c
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 matchers](rust-2024/macro-fragment-matchers.md)
src/rust-2024/macro-fragment-matchers.md
@@ -0,0 +1,3 @@
1
+# Macro Fragment Matchers
2
+
3
+This is a stub. Help us to improve it by creating a pull request!
0 commit comments