Skip to content

Can't install tokio async await ( LocalWaker ) #908

@victordtrr

Description

@victordtrr

Version

Following this page and from a new cargo init :
https://github.com/tokio-rs/tokio/tree/master/tokio-async-await

testing_tokio v0.1.0 (/root/testing_tokio)
└── tokio v0.1.15
├── tokio-async-await v0.1.5
│ └── tokio-io v0.1.11
├── tokio-codec v0.1.1
│ └── tokio-io v0.1.11 ()
├── tokio-current-thread v0.1.4
│ └── tokio-executor v0.1.6
├── tokio-executor v0.1.6 (
)
├── tokio-fs v0.1.5
│ ├── tokio-io v0.1.11 ()
│ └── tokio-threadpool v0.1.11
│ └── tokio-executor v0.1.6 (
)
│ └── tokio-io v0.1.11 ()
├── tokio-io v0.1.11 (
)
├── tokio-reactor v0.1.8
│ ├── tokio-executor v0.1.6 ()
│ └── tokio-io v0.1.11 (
)
├── tokio-sync v0.1.1
├── tokio-tcp v0.1.3
│ ├── tokio-io v0.1.11 ()
│ └── tokio-reactor v0.1.8 (
)
├── tokio-threadpool v0.1.11 ()
├── tokio-timer v0.2.10
│ └── tokio-executor v0.1.6 (
)
├── tokio-udp v0.1.3
│ ├── tokio-codec v0.1.1 ()
│ ├── tokio-io v0.1.11 (
)
│ └── tokio-reactor v0.1.8 ()
└── tokio-uds v0.2.5
├── tokio-codec v0.1.1 (
)
├── tokio-io v0.1.11 ()
└── tokio-reactor v0.1.8 (
)

Platform

Linux 4.13.0-kali1-amd64 #1 SMP Debian 4.13.10-1kali2 (2017-11-08) x86_64 GNU/Linux

Description

I am simply following the exemple. Nothing more. And I have the following issue during the build :

Compiling tokio-async-await v0.1.5 error[E0432]: unresolved importstd::task::LocalWaker--> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/compat/forward.rs:7:17 | 7 | use std::task::{LocalWaker, Poll as StdPoll}; | ^^^^^^^^^^ noLocalWakerintask
Seems to be relate with Future issue about LocalWaker ...
Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions