Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #1482 - canova:remote-unreachable, r=RalfJung
Remove unreachable intrinsic 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
- Loading branch information