Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Broken on most recent nightly #2

Description

@skade

I seems like proc_macro_hack broke. Please use rustup override set nightly-2019-08-15 in the meantime.

error: cannot find macro `proc_macro_call_0!` in this scope
   --> src/bin/server.rs:92:9
    |
92  | /         select! {
93  | |             msg = messages.next().fuse() => match msg {
94  | |                 Some(msg) => stream.write_all(msg.as_bytes()).await?,
95  | |                 None => break,
...   |
100 | |             }
101 | |         }
    | |_________^
    |
    = help: have you added the `#[macro_use]` on the module/import?
    = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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