File tree 1 file changed +14
-14
lines changed
src/test/ui/diagnostic-width
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
2
2
--> $DIR/long-E0308.rs:33:9
3
3
|
4
4
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
+ | | _____-___^
13
13
| ||_____|
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`
20
20
|
21
21
= note: expected struct `Atype<Btype<..., ...>, ...>`
22
22
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