mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Fixed a typo in the documentation that points to the wrong macro (ident_to_str -> stringify)
This commit is contained in:
parent
a2068f1b21
commit
99c4de7300
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user