fix rebase
This commit is contained in:
parent
360bcb6fc6
commit
34b3c49d72
@ -2,21 +2,21 @@ error[E0308]: mismatched types
|
|||||||
--> $DIR/long-E0308.rs:33:9
|
--> $DIR/long-E0308.rs:33:9
|
||||||
|
|
|
|
||||||
LL | let x: Atype<
|
LL | let x: Atype<
|
||||||
| ____________-
|
| _____________-
|
||||||
LL | | Btype<
|
LL | | Btype<
|
||||||
LL | | Ctype<
|
LL | | Ctype<
|
||||||
LL | | Atype<
|
LL | | Atype<
|
||||||
... |
|
... |
|
||||||
LL | | i32
|
LL | | i32
|
||||||
LL | | > = Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok...
|
LL | | > = Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok...
|
||||||
| |_____-___^
|
| | _____-___^
|
||||||
| ||_____|
|
| ||_____|
|
||||||
| | expected due to this
|
| | expected due to this
|
||||||
LL | | Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok...
|
LL | | Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok(Ok...
|
||||||
LL | | Ok("")
|
LL | | Ok("")
|
||||||
LL | | ))))))))))))))))))))))))))))))
|
LL | | ))))))))))))))))))))))))))))))
|
||||||
LL | | ))))))))))))))))))))))))))))));
|
LL | | ))))))))))))))))))))))))))))));
|
||||||
| |___________________________________^ expected struct `Atype`, found enum `Result`
|
| |__________________________________^ expected struct `Atype`, found enum `Result`
|
||||||
|
|
|
|
||||||
= note: expected struct `Atype<Btype<..., ...>, ...>`
|
= note: expected struct `Atype<Btype<..., ...>, ...>`
|
||||||
the full type name has been written to '$TEST_BUILD_DIR/diagnostic-width/long-E0308/long-E0308.long-type-hash.txt'
|
the full type name has been written to '$TEST_BUILD_DIR/diagnostic-width/long-E0308/long-E0308.long-type-hash.txt'
|
||||||
|
Loading…
Reference in New Issue
Block a user