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