2016-08-17 09:20:04 -05:00
|
|
|
error: invalid reference to argument `0` (no arguments given)
|
|
|
|
--> $DIR/main.rs:16:5
|
|
|
|
|
|
|
|
|
16 | myprintln!("{}"); //~ ERROR in this macro
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2016-09-15 12:12:56 -05:00
|
|
|
= note: this error originates in a macro outside of the current crate
|
2016-08-17 09:20:04 -05:00
|
|
|
|
2017-05-22 06:46:05 -05:00
|
|
|
error: aborting due to previous error(s)
|
2016-08-17 09:20:04 -05:00
|
|
|
|