Skip to content

Commit

Permalink
Update ui test output to nightly-2024-10-22
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 22, 2024
1 parent 167d9f5 commit 5ee59c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/ui/bad-item-type.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ error[E0271]: type mismatch resolving `<impl Stream<Item = {integer}> as Stream>
--> tests/ui/bad-item-type.rs:29:1
|
29 | #[stream(item = (i32, i32))]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected integer, found `(i32, i32)`
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `(i32, i32)`, found integer
|
= note: expected type `{integer}`
found tuple `(i32, i32)`
= note: expected tuple `(i32, i32)`
found type `{integer}`

error[E0308]: mismatched types
--> tests/ui/bad-item-type.rs:26:11
Expand Down

0 comments on commit 5ee59c2

Please sign in to comment.