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.
2 parents 24603af + 99c4de7 commit 6e40314Copy full SHA for 6e40314
doc/rust.md
@@ -549,7 +549,7 @@ This requirement most often affects name-designator pairs when they occur at the
549
550
* `log_syntax!` : print out the arguments at compile time
551
* `trace_macros!` : supply `true` or `false` to enable or disable printing of the macro expansion process.
552
-* `ident_to_str!` : turn the identifier argument into a string literal
+* `stringify!` : turn the identifier argument into a string literal
553
* `concat_idents!` : create a new identifier by concatenating the arguments
554
555
0 commit comments