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 e30c516 commit 636b354Copy full SHA for 636b354
src/libsyntax/ext/mbe.rs
@@ -1,3 +1,8 @@
1
+//! This module implements declarative macros: old `macro_rules` and the newer
2
+//! `macro`. Declarative macros are also known as "macro by example", and that's
3
+//! why we call this module `mbe`. For external documentation, prefer the
4
+//! official terminology: "declarative macros".
5
+
6
crate mod transcribe;
7
crate mod macro_check;
8
crate mod macro_parser;
0 commit comments