]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-backtrace-println.stderr
Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6d1965a5f3f'
[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:14:30
3    |
4 LL |     ($fmt:expr) => (myprint!(concat!($fmt, "\n")));
5    |                              ^^^^^^^^^^^^^^^^^^^
6 ...
7 LL |     myprintln!("{}");
8    |     ----------------- in this macro invocation
9    |
10    = note: this error originates in the macro `concat` (in Nightly builds, run with -Z macro-backtrace for more info)
11
12 error: aborting due to previous error
13