rust/tests/ui/issues/issue-11692-1.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
174 B
Plaintext
Raw Normal View History

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