Files
rust/tests/ui/cross/cross-crate-macro-backtrace/main.stderr

11 lines
377 B
Plaintext
Raw Normal View History

error: 1 positional argument in format string, but no arguments were given
2018-12-25 08:56:47 -07:00
--> $DIR/main.rs:6:5
|
2018-02-23 03:42:32 +03:00
LL | myprintln!("{}");
2021-10-14 13:28:28 -05:00
| ^^^^^^^^^^^^^^^^
|
= 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