about summary refs log tree commit diff
path: root/src/rustllvm/ExecutionEngineWrapper.cpp
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-01-21 09:13:55 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-01-21 09:13:55 -0800
commit044772124793ce5e30e2b0217eac4a1c18477220 (patch)
tree6f4360e4c142dd0030a0bd6bc37d37c2c19e59d2 /src/rustllvm/ExecutionEngineWrapper.cpp
parent5123f75856c531913f60bf2343a5436d47a32ef7 (diff)
parent23a553a30398c856ae7d7179b751024334444296 (diff)
downloadrust-044772124793ce5e30e2b0217eac4a1c18477220.tar.gz
rust-044772124793ce5e30e2b0217eac4a1c18477220.zip
rollup merge of #21354: eddyb/vec-ufcs
There are two limitations to the macro that this addresses:
1. the expected type is not propagated, coercions don't trigger
2. references inside element expressions don't outlive the `Vec`

Both of these limitations are caused by the block in the
macro expansion, previously needed to trigger a coercion
from `Box<[T; N]>` to `Box<[T]>`, now possible with UFCS.
Diffstat (limited to 'src/rustllvm/ExecutionEngineWrapper.cpp')
0 files changed, 0 insertions, 0 deletions