We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e301ed + 9cbcf96 commit 01e21c1Copy full SHA for 01e21c1
src/macros.md
@@ -1,8 +1,8 @@
1
# Macros
2
3
-A number of minor features of Rust are not central enough to have their own
4
-syntax, and yet are not implementable as functions. Instead, they are given
5
-names, and invoked through a consistent syntax: `some_extension!(...)`.
+The functionality and syntax of Rust can be extended with custom definitons
+called macros. They are given names, and invoked through a consistent
+syntax:`some_extension!(...)`.
6
7
There are two ways to define new macros:
8
0 commit comments