rust/src/test/ui/missing/missing-macro-use.stderr

9 lines
174 B
Plaintext
Raw Normal View History

error: cannot find macro `macro_two` in this scope
2018-12-25 09:56:47 -06:00
--> $DIR/missing-macro-use.rs:6:5
2018-08-08 07:28:26 -05:00
|
LL | macro_two!();
| ^^^^^^^^^
error: aborting due to previous error