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

update for rustc changes #954

Merged
merged 2 commits into from
Sep 16, 2019
Merged

update for rustc changes #954

merged 2 commits into from
Sep 16, 2019

Conversation

RalfJung
Copy link
Member

rust-lang/rust#60584 changed some stuff around ICEs. What I am not sure about is whether we should call install_ice_hook or not. @jonas-schievink @oli-obk any advice?

@jonas-schievink
Copy link

Yeah, you probably want to call it before calling catch_fatal_errors so that you get the usual ICE message, unless the Miri tool itself causes many ICEs and you'd like to point people at this bug tracker instead, but that sounds unlikely.

@RalfJung
Copy link
Member Author

All right, thanks.

@bors r+

@bors
Copy link
Collaborator

bors commented Sep 16, 2019

📌 Commit 9e2107c has been approved by RalfJung

bors added a commit that referenced this pull request Sep 16, 2019
update for rustc changes

rust-lang/rust#60584 changed some stuff around ICEs. What I am not sure about is whether we should call `install_ice_hook` or not. @jonas-schievink @oli-obk any advice?
@bors
Copy link
Collaborator

bors commented Sep 16, 2019

⌛ Testing commit 9e2107c with merge d881387...

@bors
Copy link
Collaborator

bors commented Sep 16, 2019

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

@bors bors merged commit 9e2107c into rust-lang:master Sep 16, 2019
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.

3 participants