Skip to content
This repository was archived by the owner on May 23, 2021. It is now read-only.
This repository was archived by the owner on May 23, 2021. It is now read-only.

Ubuntu's version of rustc (1.25.0) can't build dependencies for ripgrep 0.10.0 #2

Description

@x4121

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) {
    |                                  ^^^^^^^^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions