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 03:07:00 +03:00
--> $DIR/issue-11692-1.rs:2:12
|
2019-03-09 15:03:44 +03:00
LL | print!(testo!());
| ^^^^^
error: aborting due to previous error
2018-07-15 14:11:54 -07:00