Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/const_eval.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ r[const-eval.const-expr.array]
* [Array expressions].

r[const-eval.const-expr.constructor]
* [Struct] expressions.
* [Struct expressions].

r[const-eval.const-expr.block]
* [Block expressions], including `unsafe` and `const` blocks.
Expand Down Expand Up @@ -332,7 +332,7 @@ The types of a const function's parameters and return type are restricted to tho
[range expressions]: expressions/range-expr.md
[slice]: types/slice.md
[statics]: items/static-items.md
[struct]: expressions/struct-expr.md
[Struct expressions]: expressions/struct-expr.md
[temporary lifetime extension]: destructors.scope.lifetime-extension
[tuple enum variant]: items/enumerations.md
[tuple expressions]: expressions/tuple-expr.md
Expand Down