diff options
author | John Hodge <tpg@mutabah.net> | 2016-11-12 08:36:36 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-11-12 08:36:36 +0800 |
commit | 5cd8809d3e2e55f61ac8890255d67e13795b4a30 (patch) | |
tree | 9a0f79871da9f0c340b4571d87572ed81fb2cc11 /Notes | |
parent | a64152923668cf111618ea42e369bbb49296ae8c (diff) | |
download | mrust-5cd8809d3e2e55f61ac8890255d67e13795b4a30.tar.gz |
HIR Typecheck Expr - Coercion point in rhs of binops
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 +========================== + + |