|
1 | 1 | error: failed to resolve delegation callee |
2 | | - --> $DIR/recursive_delegation_errors.rs:6:11 |
| 2 | + --> $DIR/recursive-delegation-errors.rs:6:11 |
3 | 3 | | |
4 | 4 | LL | reuse foo; |
5 | 5 | | ^^^ |
6 | 6 |
|
7 | 7 | error: encountered a cycle during delegation signature resolution |
8 | | - --> $DIR/recursive_delegation_errors.rs:11:11 |
| 8 | + --> $DIR/recursive-delegation-errors.rs:11:11 |
9 | 9 | | |
10 | 10 | LL | reuse foo as bar; |
11 | 11 | | ^^^ |
12 | 12 |
|
13 | 13 | error: encountered a cycle during delegation signature resolution |
14 | | - --> $DIR/recursive_delegation_errors.rs:13:11 |
| 14 | + --> $DIR/recursive-delegation-errors.rs:13:11 |
15 | 15 | | |
16 | 16 | LL | reuse bar as foo; |
17 | 17 | | ^^^ |
18 | 18 |
|
19 | 19 | error: encountered a cycle during delegation signature resolution |
20 | | - --> $DIR/recursive_delegation_errors.rs:19:11 |
| 20 | + --> $DIR/recursive-delegation-errors.rs:18:11 |
21 | 21 | | |
22 | 22 | LL | reuse foo as foo1; |
23 | 23 | | ^^^ |
24 | 24 |
|
25 | 25 | error: encountered a cycle during delegation signature resolution |
26 | | - --> $DIR/recursive_delegation_errors.rs:21:11 |
| 26 | + --> $DIR/recursive-delegation-errors.rs:20:11 |
27 | 27 | | |
28 | 28 | LL | reuse foo1 as foo2; |
29 | 29 | | ^^^^ |
30 | 30 |
|
31 | 31 | error: encountered a cycle during delegation signature resolution |
32 | | - --> $DIR/recursive_delegation_errors.rs:23:11 |
| 32 | + --> $DIR/recursive-delegation-errors.rs:22:11 |
33 | 33 | | |
34 | 34 | LL | reuse foo2 as foo3; |
35 | 35 | | ^^^^ |
36 | 36 |
|
37 | 37 | error: encountered a cycle during delegation signature resolution |
38 | | - --> $DIR/recursive_delegation_errors.rs:25:11 |
| 38 | + --> $DIR/recursive-delegation-errors.rs:24:11 |
39 | 39 | | |
40 | 40 | LL | reuse foo3 as foo4; |
41 | 41 | | ^^^^ |
42 | 42 |
|
43 | 43 | error: encountered a cycle during delegation signature resolution |
44 | | - --> $DIR/recursive_delegation_errors.rs:27:11 |
| 44 | + --> $DIR/recursive-delegation-errors.rs:26:11 |
45 | 45 | | |
46 | 46 | LL | reuse foo4 as foo5; |
47 | 47 | | ^^^^ |
48 | 48 |
|
49 | 49 | error: encountered a cycle during delegation signature resolution |
50 | | - --> $DIR/recursive_delegation_errors.rs:29:11 |
| 50 | + --> $DIR/recursive-delegation-errors.rs:28:11 |
51 | 51 | | |
52 | 52 | LL | reuse foo5 as foo; |
53 | 53 | | ^^^^ |
54 | 54 |
|
55 | 55 | error: encountered a cycle during delegation signature resolution |
56 | | - --> $DIR/recursive_delegation_errors.rs:35:22 |
| 56 | + --> $DIR/recursive-delegation-errors.rs:34:22 |
57 | 57 | | |
58 | 58 | LL | reuse Trait::foo as bar; |
59 | 59 | | ^^^ |
60 | 60 |
|
61 | 61 | error: encountered a cycle during delegation signature resolution |
62 | | - --> $DIR/recursive_delegation_errors.rs:37:22 |
| 62 | + --> $DIR/recursive-delegation-errors.rs:36:22 |
63 | 63 | | |
64 | 64 | LL | reuse Trait::bar as foo; |
65 | 65 | | ^^^ |
66 | 66 |
|
67 | 67 | error: encountered a cycle during delegation signature resolution |
68 | | - --> $DIR/recursive_delegation_errors.rs:43:30 |
| 68 | + --> $DIR/recursive-delegation-errors.rs:42:30 |
69 | 69 | | |
70 | 70 | LL | reuse super::fifth_mod::{bar as foo, foo as bar}; |
71 | 71 | | ^^^ |
72 | 72 |
|
73 | 73 | error: encountered a cycle during delegation signature resolution |
74 | | - --> $DIR/recursive_delegation_errors.rs:43:42 |
| 74 | + --> $DIR/recursive-delegation-errors.rs:42:42 |
75 | 75 | | |
76 | 76 | LL | reuse super::fifth_mod::{bar as foo, foo as bar}; |
77 | 77 | | ^^^ |
78 | 78 |
|
79 | 79 | error: encountered a cycle during delegation signature resolution |
80 | | - --> $DIR/recursive_delegation_errors.rs:48:27 |
| 80 | + --> $DIR/recursive-delegation-errors.rs:47:27 |
81 | 81 | | |
82 | 82 | LL | reuse GlobReuse::{foo as bar, bar as goo, goo as foo}; |
83 | 83 | | ^^^ |
84 | 84 |
|
85 | 85 | error: encountered a cycle during delegation signature resolution |
86 | | - --> $DIR/recursive_delegation_errors.rs:48:39 |
| 86 | + --> $DIR/recursive-delegation-errors.rs:47:39 |
87 | 87 | | |
88 | 88 | LL | reuse GlobReuse::{foo as bar, bar as goo, goo as foo}; |
89 | 89 | | ^^^ |
90 | 90 |
|
91 | 91 | error: encountered a cycle during delegation signature resolution |
92 | | - --> $DIR/recursive_delegation_errors.rs:48:51 |
| 92 | + --> $DIR/recursive-delegation-errors.rs:47:51 |
93 | 93 | | |
94 | 94 | LL | reuse GlobReuse::{foo as bar, bar as goo, goo as foo}; |
95 | 95 | | ^^^ |
|
0 commit comments