Skip to content

error[E0432]: unresolved import futures_macro::proc_macro_hack_join #2150

@0x8f701

Description

@0x8f701
error[E0432]: unresolved import `futures_macro::proc_macro_hack_join`
  --> /home/cheng/.cargo/registry/src/github.202132.xyz-1ecc6299db9ec823/futures-util-0.3.4/src/async_await/join_mod.rs:78:13
   |
78 |     pub use futures_macro::join;
   |             ^^^^^^^^^^^^^^^^^^^ no `proc_macro_hack_join` in the root

error[E0432]: unresolved import `futures_macro::proc_macro_hack_try_join`
  --> /home/cheng/.cargo/registry/src/github.202132.xyz-1ecc6299db9ec823/futures-util-0.3.4/src/async_await/join_mod.rs:81:13
   |
81 |     pub use futures_macro::try_join;
   |             ^^^^^^^^^^^^^^^^^^^^^^^ no `proc_macro_hack_try_join` in the root

error[E0432]: unresolved import `futures_macro::proc_macro_hack_select`
   --> /home/cheng/.cargo/registry/src/github.202132.xyz-1ecc6299db9ec823/futures-util-0.3.4/src/async_await/select_mod.rs:316:13
    |
316 |     pub use futures_macro::select;
    |             ^^^^^^^^^^^^^^^^^^^^^ no `proc_macro_hack_select` in the root

error[E0432]: unresolved import `futures_macro::proc_macro_hack_select_biased`
   --> /home/cheng/.cargo/registry/src/github.202132.xyz-1ecc6299db9ec823/futures-util-0.3.4/src/async_await/select_mod.rs:319:13
    |
319 |     pub use futures_macro::select_biased;
    |             ^^^^^^^^^^^^^^^-------------
    |             |              |
    |             |              help: a similar name exists in the module: `proc_macro_hack_select_internal`
    |             no `proc_macro_hack_select_biased` in the root

error: aborting due to 4 previous errors

For more information about this error, try `rustc --explain E0432`.
error: could not compile `futures-util`.

To learn more, run the command again with --verbose.

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