|
1 |
| -error[E0275]: overflow evaluating the requirement `Loop` |
| 1 | +error[E0275]: overflow normalizing the type alias `Loop` |
2 | 2 | --> $DIR/inherent-impls-overflow.rs:7:13
|
3 | 3 | |
|
4 | 4 | LL | type Loop = Loop;
|
5 | 5 | | ^^^^
|
6 | 6 | |
|
7 | 7 | = note: in case this is a recursive type alias, consider using a struct, enum, or union instead
|
8 | 8 |
|
9 |
| -error[E0275]: overflow evaluating the requirement `Loop` |
10 |
| - --> $DIR/inherent-impls-overflow.rs:9:1 |
| 9 | +error[E0275]: overflow normalizing the type alias `Loop` |
| 10 | + --> $DIR/inherent-impls-overflow.rs:10:1 |
11 | 11 | |
|
12 | 12 | LL | impl Loop {}
|
13 | 13 | | ^^^^^^^^^^^^
|
14 | 14 | |
|
15 | 15 | = note: in case this is a recursive type alias, consider using a struct, enum, or union instead
|
16 | 16 |
|
17 |
| -error[E0275]: overflow evaluating the requirement `Poly0<((((((...,),),),),),)>` |
18 |
| - --> $DIR/inherent-impls-overflow.rs:11:17 |
| 17 | +error[E0275]: overflow normalizing the type alias `Poly0<(((((((...,),),),),),),)>` |
| 18 | + --> $DIR/inherent-impls-overflow.rs:14:17 |
19 | 19 | |
|
20 | 20 | LL | type Poly0<T> = Poly1<(T,)>;
|
21 | 21 | | ^^^^^^^^^^^
|
22 | 22 | |
|
23 | 23 | = note: in case this is a recursive type alias, consider using a struct, enum, or union instead
|
24 | 24 |
|
25 |
| -error[E0275]: overflow evaluating the requirement `Poly1<((((((...,),),),),),)>` |
26 |
| - --> $DIR/inherent-impls-overflow.rs:14:17 |
| 25 | +error[E0275]: overflow normalizing the type alias `Poly1<(((((((...,),),),),),),)>` |
| 26 | + --> $DIR/inherent-impls-overflow.rs:17:17 |
27 | 27 | |
|
28 | 28 | LL | type Poly1<T> = Poly0<(T,)>;
|
29 | 29 | | ^^^^^^^^^^^
|
30 | 30 | |
|
31 | 31 | = note: in case this is a recursive type alias, consider using a struct, enum, or union instead
|
32 | 32 |
|
33 |
| -error[E0275]: overflow evaluating the requirement `Poly1<((((((...,),),),),),)>` |
34 |
| - --> $DIR/inherent-impls-overflow.rs:18:1 |
| 33 | +error[E0275]: overflow normalizing the type alias `Poly1<(((((((...,),),),),),),)>` |
| 34 | + --> $DIR/inherent-impls-overflow.rs:21:1 |
35 | 35 | |
|
36 | 36 | LL | impl Poly0<()> {}
|
37 | 37 | | ^^^^^^^^^^^^^^^^^
|
|
0 commit comments