summaryrefslogtreecommitdiffstats
path: root/tests/ui/macros/issue-102878.stderr
blob: 1971a6bd12e42c9206bf9c793b6fd5eb6ee2b3f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: mismatched closing delimiter: `)`
  --> $DIR/issue-102878.rs:1:35
   |
LL | macro_rules!test{($l:expr,$_:r)=>({const:y y)}
   |                                  -^         ^ mismatched closing delimiter
   |                                  ||
   |                                  |unclosed delimiter
   |                                  closing delimiter possibly meant for this

error: aborting due to 1 previous error