Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
tfs
tfs
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 38
    • Issues 38
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • redox-os
  • tfstfs
  • Issues
  • #85

Closed
Open
Opened Jul 02, 2018 by William Saar@saarw

atomic-hashmap does not build

Getting lots of errors when trying to build atomic-hashmap in master. Seems to be some issue with conc

error[E0433]: failed to resolve. Could not find LocalKeyState in thread --> /Users/william/.cargo/registry/src/github.com-1ecc6299db9ec823/conc-0.2.3/src/local.rs:23:33 | 23 | if STATE.state() == thread::LocalKeyState::Destroyed { | ^^^^^^^^^^^^^ Could not find LocalKeyState in thread

error[E0433]: failed to resolve. Could not find LocalKeyState in thread --> /Users/william/.cargo/registry/src/github.com-1ecc6299db9ec823/conc-0.2.3/src/local.rs:46:33 | 46 | if STATE.state() == thread::LocalKeyState::Destroyed { | ^^^^^^^^^^^^^ Could not find LocalKeyState in thread

error[E0433]: failed to resolve. Could not find LocalKeyState in thread --> /Users/william/.cargo/registry/src/github.com-1ecc6299db9ec823/conc-0.2.3/src/local.rs:75:33 | 75 | if STATE.state() == thread::LocalKeyState::Destroyed { | ^^^^^^^^^^^^^ Could not find LocalKeyState in thread

error[E0433]: failed to resolve. Could not find LocalKeyState in thread --> /Users/william/.cargo/registry/src/github.com-1ecc6299db9ec823/conc-0.2.3/src/local.rs:94:33 | 94 | if STATE.state() != thread::LocalKeyState::Destroyed { | ^^^^^^^^^^^^^ Could not find LocalKeyState in thread

error[E0599]: no method named state found for type std::thread::LocalKey<std::cell::RefCell<local::State>> in the current scope --> /Users/william/.cargo/registry/src/github.com-1ecc6299db9ec823/conc-0.2.3/src/local.rs:23:14 | 23 | if STATE.state() == thread::LocalKeyState::Destroyed { | ^^^^^

Edited Jul 02, 2018 by William Saar
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: redox-os/tfs#85