File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1778,7 +1778,7 @@ returns, then the expression completes.
1778
1778
1779
1779
A call expression statically requires that the precondition declared in the
1780
1780
callee's signature is satisfied by the expression prestate. In this way,
1781
- typestates propagate through function boundaries. See [ Ref.Typestate ] ( #ref.typestate ) .
1781
+ typestates propagate through function boundaries.
1782
1782
1783
1783
An example of a call expression:
1784
1784
@@ -2569,8 +2569,7 @@ Unsafe pointers (`*`)
2569
2569
2570
2570
The function type-constructor ` fn ` forms new function types. A function type
2571
2571
consists of a sequence of input slots, an optional set of [ input
2572
- constraints] ( #input-constraints ) and an output slot. See
2573
- [ Ref.Item.Fn] ( #ref.item.fn ) .
2572
+ constraints] ( #input-constraints ) and an output slot.
2574
2573
2575
2574
An example of a ` fn ` type:
2576
2575
You can’t perform that action at this time.
0 commit comments