File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ aborts the process by executing an illegal instruction.
217217
218218Functions qualified with the ` const ` keyword are [ const functions] , as are
219219[ tuple struct] and [ tuple variant] constructors. _ Const functions_ can be
220- called from within [ const context ] s .
220+ called from within [ const contexts ] .
221221
222222Const functions are not allowed to be [ async] ( #async-functions ) , and cannot
223223use the [ ` extern ` function qualifier] ( #extern-function-qualifier ) .
@@ -382,7 +382,7 @@ fn foo_oof(#[some_inert_attribute] arg: u8) {
382382[ _Type_ ] : ../types.md#type-expressions
383383[ _WhereClause_ ] : generics.md#where-clauses
384384[ _OuterAttribute_ ] : ../attributes.md
385- [ const context ] : ../const_eval.md#const-context
385+ [ const contexts ] : ../const_eval.md#const-context
386386[ const functions ] : ../const_eval.md#const-functions
387387[ tuple struct ] : structs.md
388388[ tuple variant ] : enumerations.md
You can’t perform that action at this time.
0 commit comments