Skip to content

miri no longer builds after rust-lang/rust#63402 #64020

@rust-highfive

Description

@rust-highfive
Contributor

Hello, this is your friendly neighborhood mergebot.
After merging PR #63402, I observed that the tool miri has failing tests.
A follow-up PR to the repository https://github.com/rust-lang/miri is needed to fix the fallout.

cc @estebank, do you think you would have time to do the follow-up work?
If so, that would be great!

cc @oli-obk, the PR reviewer, and @rust-lang/compiler -- nominating for prioritization.

Activity

added
T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.
on Aug 30, 2019
RalfJung

RalfJung commented on Aug 30, 2019

@RalfJung
Member

#63402 introduced an ICE (integer overflow) in the error emitting code, that Miri runs into.

estebank

estebank commented on Aug 31, 2019

@estebank
Contributor

#64029 will fix the issue on rustc's end, which should automatically fix this one.

added a commit that references this issue on Sep 1, 2019
bccf49f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Participants

    @eddyb@RalfJung@oli-obk@estebank@rust-highfive

    Issue actions

      `miri` no longer builds after rust-lang/rust#63402 · Issue #64020 · rust-lang/rust