blob: fc2343bdb1d4fa82f5a77ce3294094dcd613bcaa [file] [log] [blame]
error: 1 positional argument in format string, but no arguments were given
--> $DIR/main.rs:18:5
|
18 | myprintln!("{}");
| ^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: aborting due to previous error