rust/tests/ui/macros/macro-backtrace-println.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
536 B
Plaintext
Raw Normal View History

error: 1 positional argument in format string, but no arguments were given
2018-12-25 15:56:47 +00:00
--> $DIR/macro-backtrace-println.rs:14:30
|
LL | ($fmt:expr) => (myprint!(concat!($fmt, "\n")));
| ^^^^^^^^^^^^^^^^^^^
...
2018-02-23 00:42:32 +00:00
LL | myprintln!("{}");
2021-10-14 18:28:28 +00:00
| ---------------- in this macro invocation
|
= 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 previous error