2016-08-17 09:20:04 -05:00
|
|
|
error: invalid reference to argument `0` (no arguments given)
|
|
|
|
--> $DIR/macro-backtrace-println.rs:24:30
|
|
|
|
|
|
|
|
|
24 | ($fmt:expr) => (myprint!(concat!($fmt, "/n")));
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
...
|
|
|
|
28 | myprintln!("{}");
|
|
|
|
| ----------------- in this macro invocation
|
|
|
|
|
2017-07-02 05:49:30 -05:00
|
|
|
error: aborting due to previous error
|
2016-08-17 09:20:04 -05:00
|
|
|
|