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 May 23, 2021. It is now read-only.
Sadly Ubuntu's package repos (up to bionic) contain rustc in version 1.25.0, which seems to be too old to build ripgrep dependencies.
error[E0658]: use of unstable library feature 'thread_local_state': state querying was recently added (see issue #27716)
--> vendor/parking_lot_core/src/parking_lot.rs:169:34
|
169 | if let Ok(tls) = THREAD_DATA.try_with(|x| x as *const ThreadData) {
| ^^^^^^^^
Sadly Ubuntu's package repos (up to
bionic) contain rustc in version 1.25.0, which seems to be too old to build ripgrep dependencies.