We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414aecb commit 4427b2dCopy full SHA for 4427b2d
src/doc/rustdoc/src/advanced-features.md
@@ -46,3 +46,5 @@ pub struct BigX;
46
47
Then, when looking for it through the `rustdoc` search, if you enter "x" or
48
"big", search will show the `BigX` struct first.
49
+
50
+There are some limitations on the doc alias names though: you can't use `"` or whitespace.
0 commit comments