11error[E0308]: mismatched types
2- --> $DIR/long-E0308.rs:44 :9
2+ --> $DIR/long-E0308.rs:46 :9
33 |
44LL | let x: Atype<
55 | _____________-
@@ -19,12 +19,12 @@ LL | | ))))))))))))))))))))))))))))));
1919 | |__________________________________^ expected `Atype<Btype<..., ...>, ...>`, found `Result<Result<..., ...>, ...>`
2020 |
2121 = note: expected struct `Atype<Btype<..., ...>, ...>`
22- found enum `Result<Result<..., ...>, ...>`
22+ | found enum `Result<Result<..., ...>, ...>`
2323 = note: the full type name has been written to '$TEST_BUILD_DIR/diagnostic-width/long-E0308.ascii/long-E0308.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:57 :26
27+ --> $DIR/long-E0308.rs:59 :26
2828 |
2929LL | ))))))))))))))))) == Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(O...
3030 | __________________________^
@@ -35,12 +35,12 @@ LL | | ))))))))))))))))))))))));
3535 | |____________________________^ expected `Option<Result<..., ...>>`, found `Result<Result<..., ...>, ...>`
3636 |
3737 = note: expected enum `Option<Result<..., ...>>`
38- found enum `Result<Result<..., ...>, ...>`
38+ | found enum `Result<Result<..., ...>, ...>`
3939 = note: the full type name has been written to '$TEST_BUILD_DIR/diagnostic-width/long-E0308.ascii/long-E0308.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:88 :9
43+ --> $DIR/long-E0308.rs:90 :9
4444 |
4545LL | let x: Atype<
4646 | ____________-
@@ -55,12 +55,12 @@ LL | | > = ();
5555 | expected due to this
5656 |
5757 = note: expected struct `Atype<Btype<..., ...>, ...>`
58- found unit type `()`
58+ | found unit type `()`
5959 = note: the full type name has been written to '$TEST_BUILD_DIR/diagnostic-width/long-E0308.ascii/long-E0308.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:91 :17
63+ --> $DIR/long-E0308.rs:93 :17
6464 |
6565LL | let _: () = Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(O...
6666 | ____________--___^
@@ -73,7 +73,7 @@ LL | | ))))))))))))))))))))))));
7373 | |____________________________^ expected `()`, found `Result<Result<..., ...>, ...>`
7474 |
7575 = note: expected unit type `()`
76- found enum `Result<Result<..., ...>, ...>`
76+ | found enum `Result<Result<..., ...>, ...>`
7777 = note: the full type name has been written to '$TEST_BUILD_DIR/diagnostic-width/long-E0308.ascii/long-E0308.long-type-hash.txt'
7878 = note: consider using `--verbose` to print the full type name to the console
7979
0 commit comments