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

Changes to catch_fatal_errors in rustc driver #4545

Merged
merged 2 commits into from
Sep 19, 2019
Merged

Changes to catch_fatal_errors in rustc driver #4545

merged 2 commits into from
Sep 19, 2019

Commits on Sep 16, 2019

  1. Changes to catch_fatal_errors in rustc driver

    A [recent PR](https://github.com/rust-lang/rust/pull/60584/files#diff-707a0eda6b2f1a0537abc3d23133748cL1151)
    changed the function name from `report_ices_to_stderr_if_any` to `catch_fatal_errors`. This PR changes to using
    the new function name.
    jolson88 committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    cc68d81 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Add ICE regression test

    flip1995 committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    c3cfb77 View commit details
    Browse the repository at this point in the history