We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7caf672 + ec662e7 commit 88c274fCopy full SHA for 88c274f
src/doc/rustdoc/src/advanced-features.md
@@ -80,7 +80,8 @@ pub struct BigX;
80
Then, when looking for it through the `rustdoc` search, if you enter "x" or
81
"big", search will show the `BigX` struct first.
82
83
-There are some limitations on the doc alias names though: you can't use `"` or whitespace.
+There are some limitations on the doc alias names though: they cannot contain quotes (`'`, `"`)
84
+or most whitespace. ASCII space is allowed if it does not start or end the alias.
85
86
You can add multiple aliases at the same time by using a list:
87
0 commit comments