summary refs log tree commit diff
path: root/src/test/ui/macros/macro-backtrace-println.stderr
blob: 0703868e9b7e526328bce830980ceb41a210a568 (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 the macro `concat` (in Nightly builds, run with -Z macro-backtrace for more info)

error: aborting due to previous error