mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 02:54:00 +00:00
Macro definition is feature gated.
This commit is contained in:
parent
eb8739f4f8
commit
079ea00d23
@ -410,7 +410,9 @@ println!("what is this thing: {:?}", mystery_object);
|
||||
[pf]: http://en.cppreference.com/w/cpp/io/c/fprintf
|
||||
[fmt]: http://static.rust-lang.org/doc/master/std/fmt/index.html
|
||||
|
||||
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,
|
||||
see the [macro tutorial][macros]. Note that macro definition is currently
|
||||
considered an unstable feature.
|
||||
|
||||
# Control structures
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user