racer-rust / racer

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

Fails to compile as a library due to rustc-ap-rustc_span-654.0.0 #1109

Closed vicky5124 closed 4 years ago

vicky5124 commented 4 years ago

https://pastebin.com/cGhjmdHx "error[E0407]: method replace_one is not a member of trait std::iter::Step"

Xanewok commented 4 years ago

Should be fixed with https://github.com/racer-rust/racer/pull/1110

vicky5124 commented 4 years ago

Updating nightly and using the latest release with the patch #1110 fixed this issue.