blob: b4194a833a4facf33af8c95c0a2ce9264cd8970b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
error: 1 positional argument in format string, but no arguments were given
--> $DIR/macro-backtrace-println.rs:14:30
|
LL | ($fmt:expr) => (myprint!(concat!($fmt, "\n")));
| ^^^^^^^^^^^^^^^^^^^
...
LL | myprintln!("{}");
| ----------------- in this macro invocation
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
error: aborting due to previous error
|