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.
1 parent d782e87 commit 769f938Copy full SHA for 769f938
src/doc/rustc/src/symbol-mangling/v0.md
@@ -548,7 +548,7 @@ Indices starting from 1 refer (as de Bruijn indices) to a higher-ranked lifetime
548
> Index 0 should be displayed as `'_`.
549
>
550
> Lifetimes starting from 1 may be translated to single lowercase letters starting with `'a`.
551
-> Indices over 25 may consider printing the numeric lifetime index as in `_123`.
+> Indices over 25 may consider printing the numeric lifetime index as in `'_123`.
552
553
> Index 0 should not be displayed for lifetimes in a *[ref-type]*, *[mut-ref-type]*, or *[dyn-trait-type]*.
554
0 commit comments