blob: 25174d5d22b3fec403c02dbb0b78bd69d1f729a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
error: multiple error part: multi1
= note: help message test
= help: Option help test
= note: I see what you did here...
--> $DIR/multi-error.rs:4:10
|
4 | make_fn!(multi1, multi2, _, multi3);
| ^^^^^^
error: multiple error part: multi2
= note: help message test
= help: Option help test
= note: I see what you did here...
--> $DIR/multi-error.rs:4:18
|
4 | make_fn!(multi1, multi2, _, multi3);
| ^^^^^^
error: multiple error part: multi3
= note: help message test
= help: Option help test
= note: I see what you did here...
--> $DIR/multi-error.rs:4:29
|
4 | make_fn!(multi1, multi2, _, multi3);
| ^^^^^^
|