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.
2 parents a9cad52 + cea9fbf commit c470018Copy full SHA for c470018
doc/rust.md
@@ -2107,7 +2107,7 @@ ret_expr : "ret" expr ? ;
2107
~~~~~~~~
2108
2109
Return expressions are denoted with the keyword `ret`. Evaluating a `ret`
2110
-expression^[footnote{A `ret` expression is analogous to a `return` expression
+expression^[A `ret` expression is analogous to a `return` expression
2111
in the C family.] moves its argument into the output slot of the current
2112
function, destroys the current function activation frame, and transfers
2113
control to the caller frame.
0 commit comments