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.
2 parents 4d877d1 + 603796e commit ca427bcCopy full SHA for ca427bc
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