You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2019. It is now read-only.
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)