diff options
| author | Armin Ronacher <armin.ronacher@active-4.com> | 2013-02-18 22:40:01 +0000 |
|---|---|---|
| committer | Armin Ronacher <armin.ronacher@active-4.com> | 2013-02-18 22:40:01 +0000 |
| commit | 99c4de73001e2f85a00c819fc208b31e93808480 (patch) | |
| tree | 14a78bd3dd8b70eefa4d85711b6a74dc3948f9b3 | |
| parent | a2068f1b219d79aec867834e7790fbba399abc57 (diff) | |
Fixed a typo in the documentation that points to the wrong macro (ident_to_str -> stringify)
| -rw-r--r-- | doc/rust.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rust.md b/doc/rust.md index 14efa3fcead..e63fb3980a1 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -549,7 +549,7 @@ This requirement most often affects name-designator pairs when they occur at the * `log_syntax!` : print out the arguments at compile time * `trace_macros!` : supply `true` or `false` to enable or disable printing of the macro expansion process. -* `ident_to_str!` : turn the identifier argument into a string literal +* `stringify!` : turn the identifier argument into a string literal * `concat_idents!` : create a new identifier by concatenating the arguments |
