racer-rust / racer

Rust Code Completion utility
MIT License
3.36k stars 278 forks source link

Fx breakage caused by the introduction of diagnostic translations #1180

Closed pietroalbini closed 2 years ago

pietroalbini commented 2 years ago

This fixes the breakage caused by https://github.com/rust-lang/rust/pull/95512, which is going to be in tomorrow's nightly. I expect CI to fail today due to that, but opening the PR in the meantime.

Xanewok commented 2 years ago

Thanks!