You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/design_notes/fn_type_trait_impls.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ exposed via trait implementations and implicit conversions.
22
22
corresponding _function pointer_ type.
23
23
24
24
This design note attempts to capture a range of proposed solutions, and some of the feedback regarding those solutions. This design note does not intend to favor any specific solutions, just reflect past discussions. The presence or absence of any particular feedback in this document does not necessarily serve to favor or disfavor any particular solution.
25
+
25
26
## Motivation
26
27
27
28
There are several cases where it is necessary to write a [thunk]. A thunk
0 commit comments