We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424f3cd commit 7f90cc4Copy full SHA for 7f90cc4
1 file changed
text/0000-doctest-name.md
@@ -81,7 +81,8 @@ The set of valid words that may appear in code block info strings is extended
81
to include patterns of the form `name=IDENT`.
82
83
This `IDENT` will be the name of the documentation test generated by the code
84
-block, and must be a valid Rust identifier.
+block, and must be a valid Rust identifier, which includes raw `r#`-prefixed
85
+identifiers.
86
87
When the test runner runs the documentation test, the test will be identified
88
by this name, in addition to the test binary, module, and line number.
0 commit comments