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 13:06:21 -0500
committerAlexis <a.beingessner@gmail.com>2015-02-18 14:01:47 -0500
commit66613e26b95438c02e2f5c273c557515454121f7 (patch)
treeed2b84cfeb042660366256e38010adb0eb5bc272 /src/rustllvm/ExecutionEngineWrapper.cpp
parent4a9d190423f67a00053f4b5c9869f0ccbdfcc689 (diff)
downloadrust-66613e26b95438c02e2f5c273c557515454121f7.tar.gz
rust-66613e26b95438c02e2f5c273c557515454121f7.zip
make FromIterator use IntoIterator
This breaks all implementors of FromIterator, 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 FromIterator should be unaffected because Iterators are IntoIterator.

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