@@ -8,35 +8,35 @@ LL | | Ctype<
88LL | | Atype<
99... |
1010LL | | 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...
1212 | |_____-___^
1313 | ||_____|
1414 | | 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...
1616LL | | Ok("")
1717LL | | ))))))))))))))))))))))))))))))
1818LL | | ))))))))))))))))))))))))))))));
1919 | |___________________________________^ expected struct `Atype`, found enum `Result`
2020 |
21- = note: expected struct `Atype<Btype<Ctype<Atype<Btype<Ctype< ..., ...>, ...>, ...> , ...>, ...>, ...>`
21+ = note: expected struct `Atype<Btype<Ctype<..., ...>, ...>, ...>`
2222 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<..., ...>, ...>`
2424 the full type name has been written to '$TEST_BUILD_DIR/diagnostic-width/long-E0308/long-E0308.long-type-hash.txt'
2525
2626error[E0308]: mismatched types
2727 --> $DIR/long-E0308.rs:46:26
2828 |
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 ...
3030 | __________________________^
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(...
3232LL | | Ok(Ok(Ok(Ok(Ok(Ok(Ok("")))))))
3333LL | | ))))))))))))))))))))))))))))))
3434LL | | ))))))))))))))))))))))));
3535 | |____________________________^ expected enum `Option`, found enum `Result`
3636 |
37- = note: expected enum `Option<Result<Option<Option<Option<Option<Option<Option<Option< ...>>>>> >>, ...>>`
37+ = note: expected enum `Option<Result<Option<Option<...>>, ...>>`
3838 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<..., ...>, ...>`
4040 the full type name has been written to '$TEST_BUILD_DIR/diagnostic-width/long-E0308/long-E0308.long-type-hash.txt'
4141
4242error[E0308]: mismatched types
@@ -54,25 +54,25 @@ LL | | > = ();
5454 | |_____|
5555 | expected due to this
5656 |
57- = note: expected struct `Atype<Btype<Ctype<Atype<Btype<Ctype< ..., ...>, ...>, ...> , ...>, ...>, ...>`
57+ = note: expected struct `Atype<Btype<Ctype<..., ...>, ...>, ...>`
5858 the full type name has been written to '$TEST_BUILD_DIR/diagnostic-width/long-E0308/long-E0308.long-type-hash.txt'
5959 found unit type `()`
6060
6161error[E0308]: mismatched types
6262 --> $DIR/long-E0308.rs:80:17
6363 |
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...
6565 | ____________--___^
6666 | | |
6767 | | 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(...
6969LL | | Ok(Ok(Ok(Ok(Ok(Ok(Ok("")))))))
7070LL | | ))))))))))))))))))))))))))))))
7171LL | | ))))))))))))))))))))))));
7272 | |____________________________^ expected `()`, found enum `Result`
7373 |
7474 = note: expected unit type `()`
75- found enum `Result<Result<Result<Result<Result< ..., ...>, ...>, ...> , ...>, ...>`
75+ found enum `Result<Result<..., ...>, ...>`
7676 the full type name has been written to '$TEST_BUILD_DIR/diagnostic-width/long-E0308/long-E0308.long-type-hash.txt'
7777
7878error: aborting due to 4 previous errors
0 commit comments