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
Closed
Description
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)
Metadata
Metadata
Assignees
Labels
No labels