-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
Description
Documentation style bug
Summary
A few different things around page titles for The Rust Reference:
- All page titles in the nav begin with
..
- Page titles in the nav don't match the title when viewing them, e.g. Grouped expressions shows
.. The Rust Reference
, and Panic shows.. The panic_handler attribute
- Anchor IDs, e.g.
[expr.paren]
show up as headings before the actual page heading
May be related to #2510 or its fix
Actual style
Many pages, including: https://devdocs.io/rust/reference/expressions/grouped-expr

Expected style
https://doc.rust-lang.org/reference/expressions/grouped-expr.html#r-expr.paren
