You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lint configurations for bytemuck/bytemuck_derive itself don't apply to crates using bytemuck's derive macros, so the cfg_attr(not(target_arch = "spirv"), derive(Debug)) for the FooBits type generated by derive(CheckedBitPattern) hits the lint, since spirv is not an in-tree target IIUC.
Use Rust nightly or beta (1.84.0-beta.1),
bytemuck
1.20.0, and compile this trivial program:to receive this warning:
The text was updated successfully, but these errors were encountered: