|
1 | 1 | error: expected type, found `,` |
2 | | - --> $DIR/issue-86053-1.rs:6:47 |
| 2 | + --> $DIR/issue-86053-1.rs:5:47 |
3 | 3 | | |
4 | 4 | LL | fn ordering4 < 'a , 'b > ( a : , self , self , self , |
5 | 5 | | ^ expected type |
6 | 6 |
|
7 | 7 | error: unexpected `self` parameter in function |
8 | | - --> $DIR/issue-86053-1.rs:6:51 |
| 8 | + --> $DIR/issue-86053-1.rs:5:51 |
9 | 9 | | |
10 | 10 | LL | fn ordering4 < 'a , 'b > ( a : , self , self , self , |
11 | 11 | | ^^^^ must be the first parameter of an associated function |
12 | 12 |
|
13 | 13 | error: unexpected `self` parameter in function |
14 | | - --> $DIR/issue-86053-1.rs:6:58 |
| 14 | + --> $DIR/issue-86053-1.rs:5:58 |
15 | 15 | | |
16 | 16 | LL | fn ordering4 < 'a , 'b > ( a : , self , self , self , |
17 | 17 | | ^^^^ must be the first parameter of an associated function |
18 | 18 |
|
19 | 19 | error: unexpected `self` parameter in function |
20 | | - --> $DIR/issue-86053-1.rs:6:67 |
| 20 | + --> $DIR/issue-86053-1.rs:5:67 |
21 | 21 | | |
22 | 22 | LL | fn ordering4 < 'a , 'b > ( a : , self , self , self , |
23 | 23 | | ^^^^ must be the first parameter of an associated function |
24 | 24 |
|
25 | 25 | error: unexpected `self` parameter in function |
26 | | - --> $DIR/issue-86053-1.rs:11:5 |
| 26 | + --> $DIR/issue-86053-1.rs:10:5 |
27 | 27 | | |
28 | 28 | LL | self , _: ... , self , self , _: ... ) where F : FnOnce ( & 'a & 'b usize ) { |
29 | 29 | | ^^^^ must be the first parameter of an associated function |
30 | 30 |
|
31 | 31 | error: unexpected `self` parameter in function |
32 | | - --> $DIR/issue-86053-1.rs:11:23 |
| 32 | + --> $DIR/issue-86053-1.rs:10:23 |
33 | 33 | | |
34 | 34 | LL | self , _: ... , self , self , _: ... ) where F : FnOnce ( & 'a & 'b usize ) { |
35 | 35 | | ^^^^ must be the first parameter of an associated function |
36 | 36 |
|
37 | 37 | error: unexpected `self` parameter in function |
38 | | - --> $DIR/issue-86053-1.rs:11:32 |
| 38 | + --> $DIR/issue-86053-1.rs:10:32 |
39 | 39 | | |
40 | 40 | LL | self , _: ... , self , self , _: ... ) where F : FnOnce ( & 'a & 'b usize ) { |
41 | 41 | | ^^^^ must be the first parameter of an associated function |
42 | 42 |
|
43 | 43 | error: `...` must be the last argument of a C-variadic function |
44 | | - --> $DIR/issue-86053-1.rs:11:12 |
| 44 | + --> $DIR/issue-86053-1.rs:10:12 |
45 | 45 | | |
46 | 46 | LL | self , _: ... , self , self , _: ... ) where F : FnOnce ( & 'a & 'b usize ) { |
47 | 47 | | ^^^^^^ |
48 | 48 |
|
49 | 49 | error: `...` is not supported for non-extern functions |
50 | | - --> $DIR/issue-86053-1.rs:11:39 |
| 50 | + --> $DIR/issue-86053-1.rs:10:39 |
51 | 51 | | |
52 | 52 | LL | self , _: ... , self , self , _: ... ) where F : FnOnce ( & 'a & 'b usize ) { |
53 | 53 | | ^^^^^^ |
54 | 54 | | |
55 | 55 | = help: only `extern "C"` and `extern "C-unwind"` functions may have a C variable argument list |
56 | 56 |
|
57 | 57 | error[E0425]: cannot find type `F` in this scope |
58 | | - --> $DIR/issue-86053-1.rs:11:54 |
| 58 | + --> $DIR/issue-86053-1.rs:10:54 |
59 | 59 | | |
60 | 60 | LL | self , _: ... , self , self , _: ... ) where F : FnOnce ( & 'a & 'b usize ) { |
61 | 61 | | ^ |
|
0 commit comments