install ICE hook
This commit is contained in:
parent
1ef1d581d3
commit
9e2107cef5
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue