File tree 1 file changed +2
-2
lines changed
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.
217
217
218
218
Functions qualified with the ` const ` keyword are [ const functions] , as are
219
219
[ tuple struct] and [ tuple variant] constructors. _ Const functions_ can be
220
- called from within [ const context ] s .
220
+ called from within [ const contexts ] .
221
221
222
222
Const functions are not allowed to be [ async] ( #async-functions ) , and cannot
223
223
use the [ ` extern ` function qualifier] ( #extern-function-qualifier ) .
@@ -382,7 +382,7 @@ fn foo_oof(#[some_inert_attribute] arg: u8) {
382
382
[ _Type_ ] : ../types.md#type-expressions
383
383
[ _WhereClause_ ] : generics.md#where-clauses
384
384
[ _OuterAttribute_ ] : ../attributes.md
385
- [ const context ] : ../const_eval.md#const-context
385
+ [ const contexts ] : ../const_eval.md#const-context
386
386
[ const functions ] : ../const_eval.md#const-functions
387
387
[ tuple struct ] : structs.md
388
388
[ tuple variant ] : enumerations.md
You can’t perform that action at this time.
0 commit comments