11error[E0308]: mismatched types
2- --> $DIR/long-E0308.rs:48 :9
2+ --> $DIR/long-E0308.rs:45 :9
33 |
44LL | let x: Atype<
55 | _____________-
@@ -20,11 +20,11 @@ LL | | ))))))))))))))))))))))))))))));
2020 |
2121 = note: expected struct `Atype<Btype<..., i32>, i32>`
2222 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'
2424 = note: consider using `--verbose` to print the full type name to the console
2525
2626error[E0308]: mismatched types
27- --> $DIR/long-E0308.rs:61 :26
27+ --> $DIR/long-E0308.rs:58 :26
2828 |
2929LL | ))))))))))))))))) == Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(O...
3030 | __________________________^
@@ -36,11 +36,11 @@ LL | | ))))))))))))))))))))))));
3636 |
3737 = note: expected enum `Option<Result<Option<...>, _>>`
3838 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'
4040 = note: consider using `--verbose` to print the full type name to the console
4141
4242error[E0308]: mismatched types
43- --> $DIR/long-E0308.rs:92 :9
43+ --> $DIR/long-E0308.rs:89 :9
4444 |
4545LL | let x: Atype<
4646 | ____________-
@@ -56,11 +56,11 @@ LL | | > = ();
5656 |
5757 = note: expected struct `Atype<Btype<..., i32>, i32>`
5858 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'
6060 = note: consider using `--verbose` to print the full type name to the console
6161
6262error[E0308]: mismatched types
63- --> $DIR/long-E0308.rs:95 :17
63+ --> $DIR/long-E0308.rs:92 :17
6464 |
6565LL | let _: () = Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(O...
6666 | ____________--___^
@@ -74,7 +74,7 @@ LL | | ))))))))))))))))))))))));
7474 |
7575 = note: expected unit type `()`
7676 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'
7878 = note: consider using `--verbose` to print the full type name to the console
7979
8080error: aborting due to 4 previous errors
0 commit comments