You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, this is your friendly neighborhood mergebot.
After merging PR #84310, I observed that the tool rls no longer builds.
A follow-up PR to the repository https://github.com/rust-lang/rls is needed to fix the fallout.
cc @RalfJung, do you think you would have time to do the follow-up work?
If so, that would be great!
Activity
RalfJung commentedon Apr 25, 2021
The fix should be to use the
const_fn_trait_bound
and/orconst_fn_unsize
feature gates instead ofconst_fn
. Let me know if/how I can help with that.