summary refs log tree commit diff
path: root/src/test/ui/macros/macro-use-wrong-name.stderr
blob: 8b4e90a5798f15a4b70c6cc6f72a68800e061828 (plain)
1
2
3
4
5
6
7
8
error: cannot find macro `macro_two` in this scope
  --> $DIR/macro-use-wrong-name.rs:7:5
   |
LL |     macro_two!();
   |     ^^^^^^^^^ help: a macro with a similar name exists: `macro_one`

error: aborting due to previous error