Skip to content

Commit 34b3c49

Browse files
committed
fix rebase
1 parent 360bcb6 commit 34b3c49

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

src/test/ui/diagnostic-width/long-E0308.stderr

+14-14
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ error[E0308]: mismatched types
22
--> $DIR/long-E0308.rs:33:9
33
|
44
LL | 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'

0 commit comments

Comments
 (0)