rust/src/test/ui/macros/macro-backtrace-println.stderr
Vadim Petrochenkov fa2d9fc4b9 Update UI tests
2018-02-26 20:24:02 +03:00

12 lines
392 B
Plaintext

error: 1 positional argument in format string, but no arguments were given
--> $DIR/macro-backtrace-println.rs:24:30
|
LL | ($fmt:expr) => (myprint!(concat!($fmt, "/n"))); //~ ERROR no arguments were given
| ^^^^^^^^^^^^^^^^^^^
...
LL | myprintln!("{}");
| ----------------- in this macro invocation
error: aborting due to previous error