Sebastián Meljem

Results 2 issues of Sebastián Meljem

Sometimes derive macros need a specific attribute to be above them to work properly. I ran across this while using [bilge](https://crates.io/crates/bilge), where the [TryFromBits](https://docs.rs/bilge/0.2.0/bilge/derive.TryFromBits.html) derive macro requires the [bitsize](https://docs.rs/bilge/0.2.0/bilge/attr.bitsize.html) attribute...