We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef1d58 commit 9e2107cCopy full SHA for 9e2107c
1 file changed
src/bin/miri.rs
@@ -211,6 +211,7 @@ fn main() {
211
seed,
212
args: miri_args,
213
};
214
+ rustc_driver::install_ice_hook();
215
let result = rustc_driver::catch_fatal_errors(move || {
216
rustc_driver::run_compiler(&rustc_args, &mut MiriCompilerCalls { miri_config }, None, None)
217
}).and_then(|result| result);
0 commit comments