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
{{ message }}
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
When trying to build rls from the repo ( fb9aa9f ), the dependency crossbeam-channel v0.3.9 fails to build rendering rls unbuildable.
cargo +master check
Checking crossbeam-channel v0.3.9
error[E0432]: unresolved import `crossbeam_utils::atomic`
--> /home/matthias/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.3.9/src/flavors/tick.rs:8:22
|
8 | use crossbeam_utils::atomic::AtomicCell;
| ^^^^^^ could not find `atomic` in `crossbeam_utils`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0432`.
error: could not compile `crossbeam-channel`.