about summary refs log tree commit diff
path: root/tests/ui/cross/cross-crate-macro-backtrace/main.stderr
blob: d6f20b1f8e9f2dbd65d109098038c3202fb6dfe3 (plain)
1
2
3
4
5
6
7
8
9
10
error: 1 positional argument in format string, but no arguments were given
  --> $DIR/main.rs:6:5
   |
LL |     myprintln!("{}");
   |     ^^^^^^^^^^^^^^^^
   |
   = note: this error originates in the macro `concat` which comes from the expansion of the macro `myprintln` (in Nightly builds, run with -Z macro-backtrace for more info)

error: aborting due to 1 previous error