about summary refs log tree commit diff
path: root/tests/ui/parser/macro/macro-missing-right-paren.stderr
blob: 285f14830ce6637744b3fb7ccebc9dab587c9467 (plain)
1
2
3
4
5
6
7
8
9
10
error: this file contains an unclosed delimiter
  --> $DIR/macro-missing-right-paren.rs:3:19
   |
LL | macro_rules! abc(ؼ
   |                 - ^
   |                 |
   |                 unclosed delimiter

error: aborting due to 1 previous error