Skip to content

Commit

Permalink
Fix nightly breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Sep 15, 2019
1 parent 9c534aa commit 5fd0e79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rls-rustc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ pub fn run() -> Result<(), ()> {
None => args,
};

rustc_driver::report_ices_to_stderr_if_any(|| {
rustc_driver::install_ice_hook();
rustc_driver::catch_fatal_errors(|| {
run_compiler(&args, &mut shim_calls, file_loader, None)
})
.map(|_| ())
Expand Down

0 comments on commit 5fd0e79

Please sign in to comment.