Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LLVM 4.0] rustllvm archive support #38196

Merged
merged 1 commit into from
Dec 9, 2016

Conversation

hanna-kruppe
Copy link
Contributor

@hanna-kruppe hanna-kruppe commented Dec 6, 2016

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

cc #37609

Error handling is being transitioned from ErrorOr<T> to Expected<T> which has a different API and requires explicitly handling all errors
@rust-highfive
Copy link
Collaborator

r? @aturon

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Dec 6, 2016

📌 Commit 25564dc has been approved by alexcrichton

@shepmaster shepmaster mentioned this pull request Dec 6, 2016
23 tasks
@bors
Copy link
Contributor

bors commented Dec 9, 2016

⌛ Testing commit 25564dc with merge bd148d2...

bors added a commit that referenced this pull request Dec 9, 2016
…richton

[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
@bors bors merged commit 25564dc into rust-lang:master Dec 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants