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 544d36b commit 73d4417Copy full SHA for 73d4417
doc/rust.md
@@ -2330,8 +2330,7 @@ return_expr : "return" expr ? ;
2330
~~~~~~~~
2331
2332
Return expressions are denoted with the keyword `return`. Evaluating a `return`
2333
-expression^[A `return` expression is analogous to a `return` expression
2334
-in the C family.] moves its argument into the output slot of the current
+expression moves its argument into the output slot of the current
2335
function, destroys the current function activation frame, and transfers
2336
control to the caller frame.
2337
0 commit comments