about summary refs log tree commit diff
path: root/src/rustllvm/ExecutionEngineWrapper.cpp
diff options
context:
space:
mode:
authorAlexis <a.beingessner@gmail.com>2015-02-18 10:04:30 -0500
committerAlexis <a.beingessner@gmail.com>2015-02-18 14:01:47 -0500
commit4a9d190423f67a00053f4b5c9869f0ccbdfcc689 (patch)
tree60afef47fda69fcaac8378825244a6cb0c41663a /src/rustllvm/ExecutionEngineWrapper.cpp
parent5fa9de16df87ab844452821acff1b6c74e948327 (diff)
downloadrust-4a9d190423f67a00053f4b5c9869f0ccbdfcc689.tar.gz
rust-4a9d190423f67a00053f4b5c9869f0ccbdfcc689.zip
make Extend use IntoIterator
This breaks all implementors of Extend, as they must now accept IntoIterator instead of Iterator. The fix for this is generally trivial (change the bound, and maybe call into_iter() on the argument to get the old argument).

Users of Extend should be unaffected because Iterators are IntoIterator.

[breaking-change]
Diffstat (limited to 'src/rustllvm/ExecutionEngineWrapper.cpp')
0 files changed, 0 insertions, 0 deletions