2019-09-15 05:12:14 -05:00
|
|
|
error: cannot find macro `testo` in this scope
|
2018-12-26 18:07:00 -06:00
|
|
|
--> $DIR/issue-11692-1.rs:2:12
|
2018-12-16 11:23:27 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | print!(testo!());
|
2018-12-16 11:23:27 -06:00
|
|
|
| ^^^^^
|
|
|
|
|
2018-12-29 15:56:55 -06:00
|
|
|
error: aborting due to previous error
|
2018-07-15 16:11:54 -05:00
|
|
|
|