Skip to content

Conversation

andyleiserson
Copy link
Contributor

@andyleiserson andyleiserson commented Aug 17, 2025

Attempting to fix this CI failure:

error[E0433]: failed to resolve: could not find `details` in `arbitrary`
  --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.5.0/src/binary16.rs:46:42
   |
46 | #[cfg_attr(feature = "arbitrary", derive(arbitrary::Arbitrary))]
   |                                          ^^^^^^^^^^^^^^^^^^^^ could not find `details` in `arbitrary`
   |
   = note: this error originates in the derive macro `arbitrary::Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)

I have not tracked down exactly what is wrong here, but I suspect it has to do with incompatibilities between the arbitrary and derive_arbitrary crates when they don't have matching versions.

Squash or Rebase? Squash

@andyleiserson andyleiserson requested a review from a team as a code owner August 17, 2025 17:50
@cwfitzgerald cwfitzgerald merged commit 5762102 into gfx-rs:trunk Aug 17, 2025
40 checks passed
inner-daemons added a commit to inner-daemons/wgpu that referenced this pull request Aug 17, 2025
@andyleiserson andyleiserson deleted the ci-fix branch August 18, 2025 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants