Skip to content

Commit

Permalink
install ICE hook
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Sep 16, 2019
1 parent 1ef1d58 commit 9e2107c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/miri.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ fn main() {
seed,
args: miri_args,
};
rustc_driver::install_ice_hook();
let result = rustc_driver::catch_fatal_errors(move || {
rustc_driver::run_compiler(&rustc_args, &mut MiriCompilerCalls { miri_config }, None, None)
}).and_then(|result| result);
Expand Down

0 comments on commit 9e2107c

Please sign in to comment.