blob: 26271a21623524e6ec3e37af0cdc742aa7ed3852 (
plain)
1
2
3
4
5
6
7
8
|
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
|