Skip to content

Commit 079ea00

Browse files
committed
Macro definition is feature gated.
1 parent eb8739f commit 079ea00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/tutorial.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,9 @@ println!("what is this thing: {:?}", mystery_object);
410410
[pf]: http://en.cppreference.com/w/cpp/io/c/fprintf
411411
[fmt]: http://static.rust-lang.org/doc/master/std/fmt/index.html
412412

413-
You can define your own syntax extensions with the macro system. For details, see the [macro tutorial][macros].
413+
You can define your own syntax extensions with the macro system. For details,
414+
see the [macro tutorial][macros]. Note that macro definition is currently
415+
considered an unstable feature.
414416

415417
# Control structures
416418

0 commit comments

Comments
 (0)