mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
auto merge of #5015 : mitsuhiko/rust/doc-fix-stringify, r=catamorphism
Fixed a typo in the documentation that points to the wrong macro.
This commit is contained in:
commit
6e40314bbf
@ -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