rust/src/test/ui/cross/cross-crate-macro-backtrace/main.stderr

11 lines
320 B
Plaintext
Raw Normal View History

error: 1 positional argument in format string, but no arguments were given
2018-12-25 09:56:47 -06:00
--> $DIR/main.rs:6:5
|
2018-02-22 18:42:32 -06:00
LL | myprintln!("{}");
| ^^^^^^^^^^^^^^^^^
|
= 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