File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
src/test/ui/diagnostic-width Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -2,21 +2,21 @@ error[E0308]: mismatched types
22 --> $DIR/long-E0308.rs:33:9
33 |
44LL | let x: Atype<
5- | ____________ -
6- LL | | Btype<
7- LL | | Ctype<
8- LL | | Atype<
9- ... |
10- LL | | i32
11- LL | | > = Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok...
12- | | _____-___^
5+ | _____________ -
6+ LL | | Btype<
7+ LL | | Ctype<
8+ LL | | Atype<
9+ ... |
10+ LL | | i32
11+ LL | | > = Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok...
12+ | | _____-___^
1313 | ||_____|
14- | | expected due to this
15- LL | | Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok...
16- LL | | Ok("")
17- LL | | ))))))))))))))))))))))))))))))
18- LL | | ))))))))))))))))))))))))))))));
19- | |___________________________________ ^ expected struct `Atype`, found enum `Result`
14+ | | expected due to this
15+ LL | | Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok...
16+ LL | | Ok("")
17+ LL | | ))))))))))))))))))))))))))))))
18+ LL | | ))))))))))))))))))))))))))))));
19+ | |__________________________________ ^ expected struct `Atype`, found enum `Result`
2020 |
2121 = note: expected struct `Atype<Btype<..., ...>, ...>`
2222 the full type name has been written to '$TEST_BUILD_DIR/diagnostic-width/long-E0308/long-E0308.long-type-hash.txt'
You can’t perform that action at this time.
0 commit comments