Thanks to visit codestin.com Credit goes to github.com
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 9c534aa commit 5fd0e79Copy full SHA for 5fd0e79
rls-rustc/src/lib.rs
@@ -72,7 +72,8 @@ pub fn run() -> Result<(), ()> {
72
None => args,
73
};
74
75
- rustc_driver::report_ices_to_stderr_if_any(|| {
+ rustc_driver::install_ice_hook();
76
+ rustc_driver::catch_fatal_errors(|| {
77
run_compiler(&args, &mut shim_calls, file_loader, None)
78
})
79
.map(|_| ())
0 commit comments