summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/mbe_missing_right_paren.stderr
blob: d45a2e3ab529873593e8d7092b074d20d4e19447 (plain)
1
2
3
4
5
6
7
8
9
10
error: this file contains an unclosed delimiter
  --> $DIR/mbe_missing_right_paren.rs:3:19
   |
LL | macro_rules! abc(ؼ
   |                 - ^
   |                 |
   |                 unclosed delimiter

error: aborting due to 1 previous error