diff options
Diffstat (limited to 'Notes')
-rw-r--r-- | Notes/Quirks.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Notes/Quirks.md b/Notes/Quirks.md index 998c5d25..2b0705a9 100644 --- a/Notes/Quirks.md +++ b/Notes/Quirks.md @@ -49,3 +49,8 @@ The "base" value of a struct literal isn't always moved ====================================================== - Only the values used are moved, which can lead to the source not being moved (if all used values are Copy) + +Binops are coercion points +========================== + + |