Skip to content
This repository was archived by the owner on Mar 3, 2020. It is now read-only.
This repository was archived by the owner on Mar 3, 2020. It is now read-only.

await is ambiguous after updated to nightly-2018-06-24 and after #106

@shisoft

Description

@shisoft

Hi,
It seems like the nightly rust have already built in await macro which conflict with this crate.
Is there any suggestion to resolve this problem before futures 0.3 was settled?

Thanks

error[E0659]: await is ambiguous
--> src/raft/client.rs:152:5
|
152 | #[async(boxed)]
| ^^^^^^^^^^^^^^^
|
note: await could refer to the name imported here
--> src/raft/client.rs:20:5
|
20 | use futures::prelude::*;
| ^^^^^^^^^^^^^^^^^^^
= note: await is also a builtin macro
= note: consider adding an explicit import of await to disambiguate

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