Skip to content

Commit

Permalink
Update expected file
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed Sep 5, 2024
1 parent 143cfa0 commit 14bfedb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/ui/derive-arbitrary/union/expected
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ error: Cannot derive `Arbitrary` for `Wrapper` union
|\
| #[derive(kani::Arbitrary)]\
| ^^^^^^^^^^^^^^^\
|\
|
note: `#[derive(Arbitrary)]` cannot be used for unions such as `Wrapper`

|\
| union Wrapper {\
| ^^^^^^^\
= note: this error originates in the derive macro `kani::Arbitrary`

0 comments on commit 14bfedb

Please sign in to comment.