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 Dec 27, 2022. It is now read-only.
The add_one! example from the readme works with nightly-2017-12-02 but not nightly-2017-12-03.
Compiling example v0.0.0
error[E0425]: cannot find value `x` in this scope
--> src/main.rs:8:16
|
8 | let nine = add_one!(x) + add_one!(2 + 3);
| ^^^^^^^^^^^ not found in this scope
|