1
1
error[E0308]: mismatched types
2
- --> $DIR/long-E0308.rs:48 :9
2
+ --> $DIR/long-E0308.rs:45 :9
3
3
|
4
4
LL | let x: Atype<
5
5
| _____________-
@@ -20,11 +20,11 @@ LL | | ))))))))))))))))))))))))))))));
20
20
|
21
21
= note: expected struct `Atype<Btype<..., i32>, i32>`
22
22
found enum `Result<Result<..., _>, _>`
23
- = note: the full name for the type has been written to '$TEST_BUILD_DIR/$FILE .long-type-hash .txt'
23
+ = note: the full name for the type has been written to '$TEST_BUILD_DIR/long-E0308 .long-type-$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:61 :26
27
+ --> $DIR/long-E0308.rs:58 :26
28
28
|
29
29
LL | ))))))))))))))))) == Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(O...
30
30
| __________________________^
@@ -36,11 +36,11 @@ LL | | ))))))))))))))))))))))));
36
36
|
37
37
= note: expected enum `Option<Result<Option<...>, _>>`
38
38
found enum `Result<Result<..., _>, _>`
39
- = note: the full name for the type has been written to '$TEST_BUILD_DIR/$FILE .long-type-hash .txt'
39
+ = note: the full name for the type has been written to '$TEST_BUILD_DIR/long-E0308 .long-type-$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:92 :9
43
+ --> $DIR/long-E0308.rs:89 :9
44
44
|
45
45
LL | let x: Atype<
46
46
| ____________-
@@ -56,11 +56,11 @@ LL | | > = ();
56
56
|
57
57
= note: expected struct `Atype<Btype<..., i32>, i32>`
58
58
found unit type `()`
59
- = note: the full name for the type has been written to '$TEST_BUILD_DIR/$FILE .long-type-hash .txt'
59
+ = note: the full name for the type has been written to '$TEST_BUILD_DIR/long-E0308 .long-type-$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:95 :17
63
+ --> $DIR/long-E0308.rs:92 :17
64
64
|
65
65
LL | let _: () = Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(O...
66
66
| ____________--___^
@@ -74,7 +74,7 @@ LL | | ))))))))))))))))))))))));
74
74
|
75
75
= note: expected unit type `()`
76
76
found enum `Result<Result<..., _>, _>`
77
- = note: the full name for the type has been written to '$TEST_BUILD_DIR/$FILE .long-type-hash .txt'
77
+ = note: the full name for the type has been written to '$TEST_BUILD_DIR/long-E0308 .long-type-$LONG_TYPE_HASH .txt'
78
78
= note: consider using `--verbose` to print the full type name to the console
79
79
80
80
error: aborting due to 4 previous errors
0 commit comments