1
1
error[E0308]: mismatched types
2
- --> $DIR/long-E0308.rs:44 :9
2
+ --> $DIR/long-E0308.rs:46 :9
3
3
|
4
4
LL | let x: Atype<
5
5
| _____________-
@@ -19,12 +19,12 @@ LL | | ))))))))))))))))))))))))))))));
19
19
| |__________________________________^ expected `Atype<Btype<..., ...>, ...>`, found `Result<Result<..., ...>, ...>`
20
20
|
21
21
= note: expected struct `Atype<Btype<..., ...>, ...>`
22
- found enum `Result<Result<..., ...>, ...>`
22
+ | found enum `Result<Result<..., ...>, ...>`
23
23
= note: the full type name has been written to '$TEST_BUILD_DIR/diagnostic-width/long-E0308.ascii/long-E0308.long-type-hash.txt'
24
24
= note: consider using `--verbose` to print the full type name to the console
25
25
26
26
error[E0308]: mismatched types
27
- --> $DIR/long-E0308.rs:57 :26
27
+ --> $DIR/long-E0308.rs:59 :26
28
28
|
29
29
LL | ))))))))))))))))) == Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(O...
30
30
| __________________________^
@@ -35,12 +35,12 @@ LL | | ))))))))))))))))))))))));
35
35
| |____________________________^ expected `Option<Result<..., ...>>`, found `Result<Result<..., ...>, ...>`
36
36
|
37
37
= note: expected enum `Option<Result<..., ...>>`
38
- found enum `Result<Result<..., ...>, ...>`
38
+ | found enum `Result<Result<..., ...>, ...>`
39
39
= note: the full type name has been written to '$TEST_BUILD_DIR/diagnostic-width/long-E0308.ascii/long-E0308.long-type-hash.txt'
40
40
= note: consider using `--verbose` to print the full type name to the console
41
41
42
42
error[E0308]: mismatched types
43
- --> $DIR/long-E0308.rs:88 :9
43
+ --> $DIR/long-E0308.rs:90 :9
44
44
|
45
45
LL | let x: Atype<
46
46
| ____________-
@@ -55,12 +55,12 @@ LL | | > = ();
55
55
| expected due to this
56
56
|
57
57
= note: expected struct `Atype<Btype<..., ...>, ...>`
58
- found unit type `()`
58
+ | found unit type `()`
59
59
= note: the full type name has been written to '$TEST_BUILD_DIR/diagnostic-width/long-E0308.ascii/long-E0308.long-type-hash.txt'
60
60
= note: consider using `--verbose` to print the full type name to the console
61
61
62
62
error[E0308]: mismatched types
63
- --> $DIR/long-E0308.rs:91 :17
63
+ --> $DIR/long-E0308.rs:93 :17
64
64
|
65
65
LL | let _: () = Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(O...
66
66
| ____________--___^
@@ -73,7 +73,7 @@ LL | | ))))))))))))))))))))))));
73
73
| |____________________________^ expected `()`, found `Result<Result<..., ...>, ...>`
74
74
|
75
75
= note: expected unit type `()`
76
- found enum `Result<Result<..., ...>, ...>`
76
+ | found enum `Result<Result<..., ...>, ...>`
77
77
= note: the full type name has been written to '$TEST_BUILD_DIR/diagnostic-width/long-E0308.ascii/long-E0308.long-type-hash.txt'
78
78
= note: consider using `--verbose` to print the full type name to the console
79
79
0 commit comments