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 eb8739f commit 079ea00Copy full SHA for 079ea00
doc/tutorial.md
@@ -410,7 +410,9 @@ println!("what is this thing: {:?}", mystery_object);
410
[pf]: http://en.cppreference.com/w/cpp/io/c/fprintf
411
[fmt]: http://static.rust-lang.org/doc/master/std/fmt/index.html
412
413
-You can define your own syntax extensions with the macro system. For details, see the [macro tutorial][macros].
+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.
416
417
# Control structures
418
0 commit comments