Skip to content

Commit e35f527

Browse files
committed
Clarify macro_use is for external crates only
Fixes #97
1 parent e656408 commit e35f527

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/rust-2018/macros/macro-changes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ fn main() {
4343

4444
This moves `macro_rules` macros to be a bit closer to other kinds of items.
4545

46+
Note that you'll still need `#[macro_rules]` to use macros you've defined
47+
in your own crate; this feature only works for importing macros from
48+
external crates.
4649

4750
## Procedural macros
4851

0 commit comments

Comments
 (0)