summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/mbe_missing_right_paren.stderr
blob: d2af94683eff4a793e6ec852e7b6cadb2f21f441 (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 previous error