racer-rust / racer

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

Move `try_continue` and `try_vec` to feature(try_trait_v2) #1167

Closed scottmcm closed 3 years ago

scottmcm commented 3 years ago

Needed so I can update RLS's reference to this for https://github.com/rust-lang/rust/issues/85453

Should I be waiting for the new nightly to come out so I can update the rust-toolchain file?

scottmcm commented 3 years ago

The new nightly is out now, so I think this is good to go, but annoyingly github isn't running CI, so who knows.

r? @kngwyu or @Xanewok

SirJohnFalstaff commented 3 years ago

Thanks for fixing this, @scottmcm . Are there any plans to merge?

Xanewok commented 3 years ago

Thank you! It might probably make sense to just abandon these nightly features but let's merge this as-is.