]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-backtrace-println.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / macros / macro-backtrace-println.stderr
1 error: 1 positional argument in format string, but no arguments were given
2   --> $DIR/macro-backtrace-println.rs:24:30
3    |
4 LL |     ($fmt:expr) => (myprint!(concat!($fmt, "/n"))); //~ ERROR no arguments were given
5    |                              ^^^^^^^^^^^^^^^^^^^
6 ...
7 LL |     myprintln!("{}");
8    |     ----------------- in this macro invocation
9
10 error: aborting due to previous error
11