rust/src/test/ui/macros/macro-backtrace-println.stderr

12 lines
358 B
Plaintext
Raw Normal View History

error: 1 positional argument in format string, but no arguments were given
2018-12-25 09:56:47 -06:00
--> $DIR/macro-backtrace-println.rs:14:30
|
2019-03-09 06:03:44 -06:00
LL | ($fmt:expr) => (myprint!(concat!($fmt, "/n")));
| ^^^^^^^^^^^^^^^^^^^
...
2018-02-22 18:42:32 -06:00
LL | myprintln!("{}");
| ----------------- in this macro invocation
error: aborting due to previous error