dzamlo / rust-bitfield

This crate provides macros to generate bitfield-like struct.
Apache License 2.0
157 stars 19 forks source link

Fix typo causing expansion fail #40

Closed sosthene-nitrokey closed 7 months ago

sosthene-nitrokey commented 8 months ago

This patch fixes a typo where $mask_ty is used and the capture is actually $mask_t.