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