about summary refs log tree commit diff
path: root/src/rustllvm/ExecutionEngineWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-03-12 23:51:40 -0700
committerbors <bors@rust-lang.org>2014-03-12 23:51:40 -0700
commit6cbba7c54e4e1e02d4ff3ffacf46d15d0f3a039c (patch)
treeeb357b706573d3bb19a23fc7c12969cb7140373c /src/rustllvm/ExecutionEngineWrapper.cpp
parent792da8424f4f422c2750607dcc243315fdff9fc3 (diff)
parent9ba6bb5a71adeb861f8bf21c2b1f2fde3132480d (diff)
downloadrust-6cbba7c54e4e1e02d4ff3ffacf46d15d0f3a039c.tar.gz
rust-6cbba7c54e4e1e02d4ff3ffacf46d15d0f3a039c.zip
auto merge of #12414 : DaGenix/rust/failing-iterator-wrappers, r=alexcrichton
 
Most IO related functions return an IoResult so that the caller can handle failure in whatever way is appropriate. However, the `lines`, `bytes`, and `chars` iterators all supress errors. This means that code that needs to handle errors can't use any of these iterators. All three of these iterators were updated to produce IoResults.
    
Fixes #12368

Diffstat (limited to 'src/rustllvm/ExecutionEngineWrapper.cpp')
0 files changed, 0 insertions, 0 deletions