about summary refs log tree commit diff
path: root/src/rustllvm/ExecutionEngineWrapper.cpp
diff options
context:
space:
mode:
authorHuon Wilson <dbau.pp+github@gmail.com>2014-03-07 18:07:25 +1100
committerHuon Wilson <dbau.pp+github@gmail.com>2014-03-07 18:07:25 +1100
commitba05ca6962dcccfffe3d48c8cd69ed1a75bb93ca (patch)
tree8662c3a6dec4ec8ade28f37074ff399a3f800760 /src/rustllvm/ExecutionEngineWrapper.cpp
parent28e7631d8beadd8762adefde2346266732e1866d (diff)
downloadrust-ba05ca6962dcccfffe3d48c8cd69ed1a75bb93ca.tar.gz
rust-ba05ca6962dcccfffe3d48c8cd69ed1a75bb93ca.zip
std: stop `vec!()` warning about unused mutability.
If no arguments are given to `vec!` then no pushes are emitted and
so the compiler (rightly) complains that the mutability of `temp` is
never used.

This behaviour is rather annoying for users.
Diffstat (limited to 'src/rustllvm/ExecutionEngineWrapper.cpp')
0 files changed, 0 insertions, 0 deletions