77f4022303
This reverts commit 5558c64f33
.
12 lines
345 B
Plaintext
12 lines
345 B
Plaintext
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
|
|
|
|
error: aborting due to previous error
|
|
|