]> git.lizzy.rs Git - rust.git/commit
Auto merge of #38196 - rkruppe:llvm-archivewrapper-fwdcompat, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 9 Dec 2016 12:52:42 +0000 (12:52 +0000)
committerbors <bors@rust-lang.org>
Fri, 9 Dec 2016 12:52:42 +0000 (12:52 +0000)
commitbd148d220e976330672c9f5b5a9720701079b8e8
treeab6b22f0a8108d0e6d616e9ba0a9ee28009dc27a
parentdedd9850841f20880b6318ce9cbe60e2b205b6a9
parent25564dcda70eefa1359b105a51df198e409f5127
Auto merge of #38196 - rkruppe:llvm-archivewrapper-fwdcompat, r=alexcrichton

[LLVM 4.0] rustllvm archive support

Error handling is being transitioned from ErrorOr<T> to Expected<T> which has a different API and requires explicitly handling all errors

cc #37609