Skip to content

Commit 636b354

Browse files
committed
docstring for mbe module
1 parent e30c516 commit 636b354

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/libsyntax/ext/mbe.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
crate mod transcribe;
27
crate mod macro_check;
38
crate mod macro_parser;

0 commit comments

Comments
 (0)