rust/src/test/ui/macros/macro-use-wrong-name.stderr

9 lines
222 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error: cannot find macro `macro_two!` in this scope
--> $DIR/macro-use-wrong-name.rs:17:5
|
LL | macro_two!();
| ^^^^^^^^^ help: you could try the macro: `macro_one`
error: aborting due to previous error