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

Remove unreachable intrinsic #1482

Merged
merged 1 commit into from
Jul 23, 2020
Merged

Conversation

canova
Copy link
Contributor

@canova canova commented Jul 18, 2020

This is now supported by the interpreter with rust-lang/rust#74459. We can remove this intrinsic implementation here.
This is covered by this test: https://github.com/rust-lang/miri/blob/master/tests/compile-fail/unreachable.rs

I guess we need to wait until the rust-lang/rust PR merges into nightly, and then we can update rust-version hash in the PR, right?

r? @oli-obk

@oli-obk
Copy link
Contributor

oli-obk commented Jul 18, 2020

I guess we need to wait until the rust-lang/rust PR merges into nightly, and then we can update rust-version hash in the PR, right?

jup

@RalfJung
Copy link
Member

Unfortunately the rustc PR landed after rust-lang/rust#74484 happened, so we need to resolve that first before we can make progress here.

@canova
Copy link
Contributor Author

canova commented Jul 20, 2020

I see. Thanks for the heads up!

@RalfJung
Copy link
Member

Okay, I think this should work now. Thanks @canova!

@bors r+

@bors
Copy link
Contributor

bors commented Jul 23, 2020

📌 Commit d1aee69 has been approved by RalfJung

@bors
Copy link
Contributor

bors commented Jul 23, 2020

⌛ Testing commit d1aee69 with merge 592b140...

@bors
Copy link
Contributor

bors commented Jul 23, 2020

☀️ Test successful - checks-travis, status-appveyor
Approved by: RalfJung
Pushing 592b140 to master...

@bors bors merged commit 592b140 into rust-lang:master Jul 23, 2020
@canova canova deleted the remote-unreachable branch July 23, 2020 13:43
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.

4 participants