Skip to content

Commit

Permalink
Fix nightly UI test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover committed Jul 5, 2024
1 parent 4ca8521 commit 73ca4c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions binrw/tests/ui/args_vec_mistakes.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ error[E0277]: the trait bound `usize: TryFrom<Option<{integer}>>` is not satisfi
| ^^^^^^^ the trait `From<Option<{integer}>>` is not implemented for `usize`, which is required by `usize: TryFrom<Option<{integer}>>`
|
= help: the following other types implement trait `From<T>`:
<usize as From<bool>>
<usize as From<std::ptr::Alignment>>
<usize as From<u16>>
<usize as From<u8>>
`usize` implements `From<bool>`
`usize` implements `From<std::ptr::Alignment>`
`usize` implements `From<u16>`
`usize` implements `From<u8>`
= note: required for `Option<{integer}>` to implement `Into<usize>`
= note: required for `usize` to implement `TryFrom<Option<{integer}>>`

Expand Down

0 comments on commit 73ca4c2

Please sign in to comment.