summary refs log tree commit diff
path: root/src/test/ui/empty/empty-macro-use.stderr
blob: 8e3e06896ee784b1b376a2d80180c6f3ddf3624e (plain)
1
2
3
4
5
6
7
8
error: cannot find macro `macro_two` in this scope
  --> $DIR/empty-macro-use.rs:7:5
   |
LL |     macro_two!();
   |     ^^^^^^^^^

error: aborting due to previous error