]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-at-most-once-rep-2015-ques-rep.stderr
Auto merge of #52585 - GuillaumeGomez:generic-impls, r=QuietMisdreavus
[rust.git] / src / test / ui / macros / macro-at-most-once-rep-2015-ques-rep.stderr
1 error: expected `*` or `+`
2   --> $DIR/macro-at-most-once-rep-2015-ques-rep.rs:16:10
3    |
4 LL |     ($(a)?) => {} //~ERROR expected `*` or `+`
5    |          ^
6    |
7    = note: `?` is not a macro repetition operator
8
9 error: expected `*` or `+`
10   --> $DIR/macro-at-most-once-rep-2015-ques-rep.rs:20:11
11    |
12 LL |     ($(a),?) => {} //~ERROR expected `*` or `+`
13    |           ^
14    |
15    = note: `?` is not a macro repetition operator
16
17 error: aborting due to 2 previous errors
18