@@ -8,35 +8,35 @@ LL | | Ctype<
8
8
LL | | Atype<
9
9
... |
10
10
LL | | i32
11
- LL | | > = Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok( ...
11
+ LL | | > = Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok...
12
12
| |_____-___^
13
13
| ||_____|
14
14
| | expected due to this
15
- LL | | Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok( ...
15
+ LL | | Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok...
16
16
LL | | Ok("")
17
17
LL | | ))))))))))))))))))))))))))))))
18
18
LL | | ))))))))))))))))))))))))))))));
19
19
| |___________________________________^ expected struct `Atype`, found enum `Result`
20
20
|
21
- = note: expected struct `Atype<Btype<Ctype<Atype<Btype<Ctype< ..., ...>, ...>, ...> , ...>, ...>, ...>`
21
+ = note: expected struct `Atype<Btype<Ctype<..., ...>, ...>, ...>`
22
22
the full type name has been written to '$TEST_BUILD_DIR/diagnostic-width/long-E0308/long-E0308.long-type-hash.txt'
23
- found enum `Result<Result<Result<Result<Result< ..., ...>, ...>, ...> , ...>, ...>`
23
+ found enum `Result<Result<..., ...>, ...>`
24
24
the full type name has been written to '$TEST_BUILD_DIR/diagnostic-width/long-E0308/long-E0308.long-type-hash.txt'
25
25
26
26
error[E0308]: mismatched types
27
27
--> $DIR/long-E0308.rs:46:26
28
28
|
29
- LL | ))))))))))))))))) == Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok ...
29
+ LL | ))))))))))))))))) == Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(O ...
30
30
| __________________________^
31
- LL | | Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(O ...
31
+ LL | | Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(...
32
32
LL | | Ok(Ok(Ok(Ok(Ok(Ok(Ok("")))))))
33
33
LL | | ))))))))))))))))))))))))))))))
34
34
LL | | ))))))))))))))))))))))));
35
35
| |____________________________^ expected enum `Option`, found enum `Result`
36
36
|
37
- = note: expected enum `Option<Result<Option<Option<Option<Option<Option<Option<Option< ...>>>>> >>, ...>>`
37
+ = note: expected enum `Option<Result<Option<Option<...>>, ...>>`
38
38
the full type name has been written to '$TEST_BUILD_DIR/diagnostic-width/long-E0308/long-E0308.long-type-hash.txt'
39
- found enum `Result<Result<Result<Result<Result< ..., ...>, ...>, ...> , ...>, ...>`
39
+ found enum `Result<Result<..., ...>, ...>`
40
40
the full type name has been written to '$TEST_BUILD_DIR/diagnostic-width/long-E0308/long-E0308.long-type-hash.txt'
41
41
42
42
error[E0308]: mismatched types
@@ -54,25 +54,25 @@ LL | | > = ();
54
54
| |_____|
55
55
| expected due to this
56
56
|
57
- = note: expected struct `Atype<Btype<Ctype<Atype<Btype<Ctype< ..., ...>, ...>, ...> , ...>, ...>, ...>`
57
+ = note: expected struct `Atype<Btype<Ctype<..., ...>, ...>, ...>`
58
58
the full type name has been written to '$TEST_BUILD_DIR/diagnostic-width/long-E0308/long-E0308.long-type-hash.txt'
59
59
found unit type `()`
60
60
61
61
error[E0308]: mismatched types
62
62
--> $DIR/long-E0308.rs:80:17
63
63
|
64
- LL | let _: () = Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(
64
+ LL | let _: () = Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(O...
65
65
| ____________--___^
66
66
| | |
67
67
| | expected due to this
68
- LL | | Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(O ...
68
+ LL | | Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(...
69
69
LL | | Ok(Ok(Ok(Ok(Ok(Ok(Ok("")))))))
70
70
LL | | ))))))))))))))))))))))))))))))
71
71
LL | | ))))))))))))))))))))))));
72
72
| |____________________________^ expected `()`, found enum `Result`
73
73
|
74
74
= note: expected unit type `()`
75
- found enum `Result<Result<Result<Result<Result< ..., ...>, ...>, ...> , ...>, ...>`
75
+ found enum `Result<Result<..., ...>, ...>`
76
76
the full type name has been written to '$TEST_BUILD_DIR/diagnostic-width/long-E0308/long-E0308.long-type-hash.txt'
77
77
78
78
error: aborting due to 4 previous errors
0 commit comments